summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorChet Haase <chet@google.com>2013-03-21 00:02:03 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-03-21 00:02:03 +0000
commit75dfe46e36ccb8b7b000f44c5b78c82bde478fff (patch)
tree6196d7c0253aa927e7da0abd7b7964676bc9ff85 /api/current.txt
parent10c4d99f04a399c78529d0ae66c1785b26a125c3 (diff)
parentbe19e030a14c8e398e8af97fa898ea80187704df (diff)
downloadframeworks_base-75dfe46e36ccb8b7b000f44c5b78c82bde478fff.zip
frameworks_base-75dfe46e36ccb8b7b000f44c5b78c82bde478fff.tar.gz
frameworks_base-75dfe46e36ccb8b7b000f44c5b78c82bde478fff.tar.bz2
Merge "Add auto-cancel ability to ObjectAnimator" into jb-mr2-dev
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 73eed6e..12dc6b4 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -2445,6 +2445,7 @@ package android.animation {
method public static android.animation.ObjectAnimator ofObject(java.lang.Object, java.lang.String, android.animation.TypeEvaluator, java.lang.Object...);
method public static android.animation.ObjectAnimator ofObject(T, android.util.Property<T, V>, android.animation.TypeEvaluator<V>, V...);
method public static android.animation.ObjectAnimator ofPropertyValuesHolder(java.lang.Object, android.animation.PropertyValuesHolder...);
+ method public void setAutoCancel(boolean);
method public void setProperty(android.util.Property);
method public void setPropertyName(java.lang.String);
}