summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-07-03 19:03:21 -0700
committerAlan Viverette <alanv@google.com>2014-07-03 19:03:21 -0700
commitf456b1f078639a422f966ef2e9376cbd5ae3d274 (patch)
treea1848ffd77785c40daeb286232ea12ba5f1d18e3 /api
parent40d43b27b4f5fba75b040c24f95a170959811fd8 (diff)
downloadframeworks_base-f456b1f078639a422f966ef2e9376cbd5ae3d274.zip
frameworks_base-f456b1f078639a422f966ef2e9376cbd5ae3d274.tar.gz
frameworks_base-f456b1f078639a422f966ef2e9376cbd5ae3d274.tar.bz2
Update AnimatedStateListDrawable to work with Animatable drawables
BUG: 16016730 Change-Id: I6d02a1235c0aecd7e62f12226f3689372d043ddd
Diffstat (limited to 'api')
-rw-r--r--api/current.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt
index fb598fd..3451f70 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -11284,7 +11284,7 @@ package android.graphics.drawable {
public class AnimatedStateListDrawable extends android.graphics.drawable.StateListDrawable {
ctor public AnimatedStateListDrawable();
method public void addState(int[], android.graphics.drawable.Drawable, int);
- method public void addTransition(int, int, android.graphics.drawable.AnimationDrawable, boolean);
+ method public void addTransition(int, int, android.graphics.drawable.Drawable, boolean);
}
public class AnimatedVectorDrawable extends android.graphics.drawable.Drawable implements android.graphics.drawable.Animatable {