diff options
author | George Mount <mount@google.com> | 2013-10-21 21:13:08 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-10-21 21:13:08 +0000 |
commit | e6702cb0f6eab83442b097081c3888a1fde87e6a (patch) | |
tree | 085bb36964a8b9562ea169f76bce2690d44524b1 /api | |
parent | f7e6c3cb8a76bee9ff4060180dcaee93b27e9835 (diff) | |
parent | 1ffb280a7d2c70cc16d709c685f5d31fdb86b5e4 (diff) | |
download | frameworks_base-e6702cb0f6eab83442b097081c3888a1fde87e6a.zip frameworks_base-e6702cb0f6eab83442b097081c3888a1fde87e6a.tar.gz frameworks_base-e6702cb0f6eab83442b097081c3888a1fde87e6a.tar.bz2 |
Merge "Add ofArgb to ObjectAnimator and ValueAnimator."
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index cf09f21..0b605b5 100644 --- a/api/current.txt +++ b/api/current.txt @@ -2524,6 +2524,8 @@ package android.animation { ctor public ObjectAnimator(); method public java.lang.String getPropertyName(); method public java.lang.Object getTarget(); + method public static android.animation.ObjectAnimator ofArgb(java.lang.Object, java.lang.String, int...); + method public static android.animation.ObjectAnimator ofArgb(T, android.util.Property<T, java.lang.Integer>, int...); method public static android.animation.ObjectAnimator ofFloat(java.lang.Object, java.lang.String, float...); method public static android.animation.ObjectAnimator ofFloat(T, android.util.Property<T, java.lang.Float>, float...); method public static android.animation.ObjectAnimator ofInt(java.lang.Object, java.lang.String, int...); @@ -2612,6 +2614,7 @@ package android.animation { method public long getStartDelay(); method public android.animation.PropertyValuesHolder[] getValues(); method public boolean isRunning(); + method public static android.animation.ValueAnimator ofArgb(int...); method public static android.animation.ValueAnimator ofFloat(float...); method public static android.animation.ValueAnimator ofInt(int...); method public static android.animation.ValueAnimator ofObject(android.animation.TypeEvaluator, java.lang.Object...); |