From 305a2eb8e5957a4f3db2734a8918faf1a39fb9a4 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Tue, 9 Feb 2010 11:30:44 -0800 Subject: Properly notifies listener when an animation is cancelled. Bug: #2428005. --- api/current.xml | 11 +++++++++++ core/java/android/view/View.java | 3 +++ core/java/android/view/animation/Animation.java | 21 +++++++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/api/current.xml b/api/current.xml index b155c4565241..3da6b72e1dda 100644 --- a/api/current.xml +++ b/api/current.xml @@ -181293,6 +181293,17 @@ + +