diff options
author | Chet Haase <chet@google.com> | 2013-09-09 16:09:55 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-09 16:09:55 -0700 |
commit | 01ed358ce01f3f27020bbc71984c3434554cead5 (patch) | |
tree | 777fa87a8ebe094e21210966e4de0bd2e8b07940 /api | |
parent | ce526bde4cba82bd72a6bfa814858cf9e7abd6e9 (diff) | |
parent | be4b48240e2e498ad32894ae9ab9716ecfedcf45 (diff) | |
download | frameworks_base-01ed358ce01f3f27020bbc71984c3434554cead5.zip frameworks_base-01ed358ce01f3f27020bbc71984c3434554cead5.tar.gz frameworks_base-01ed358ce01f3f27020bbc71984c3434554cead5.tar.bz2 |
am be4b4824: am bce89a42: Merge "Add updateListener to ViewPropertyAnimator" into klp-dev
* commit 'be4b48240e2e498ad32894ae9ab9716ecfedcf45':
Add updateListener to ViewPropertyAnimator
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 7a77692..23f0617 100644 --- a/api/current.txt +++ b/api/current.txt @@ -28405,6 +28405,7 @@ package android.view { method public android.view.ViewPropertyAnimator setInterpolator(android.animation.TimeInterpolator); method public android.view.ViewPropertyAnimator setListener(android.animation.Animator.AnimatorListener); method public android.view.ViewPropertyAnimator setStartDelay(long); + method public android.view.ViewPropertyAnimator setUpdateListener(android.animation.ValueAnimator.AnimatorUpdateListener); method public void start(); method public android.view.ViewPropertyAnimator translationX(float); method public android.view.ViewPropertyAnimator translationXBy(float); |