diff options
author | Chet Haase <chet@google.com> | 2013-09-06 18:29:56 -0700 |
---|---|---|
committer | Chet Haase <chet@google.com> | 2013-09-09 10:44:07 -0700 |
commit | 87f4ae67c86c7044253b3e1bcec6956a8c8bf017 (patch) | |
tree | 376c3992fcb91f95aa16e0affe1654cb2117d7cb /api/current.txt | |
parent | bbddd49d6dc1b72dc81d4bb0033dea578066853e (diff) | |
download | frameworks_base-87f4ae67c86c7044253b3e1bcec6956a8c8bf017.zip frameworks_base-87f4ae67c86c7044253b3e1bcec6956a8c8bf017.tar.gz frameworks_base-87f4ae67c86c7044253b3e1bcec6956a8c8bf017.tar.bz2 |
Add updateListener to ViewPropertyAnimator
New method setUpdateListener() on ViewPropertyAnimator that will
send out update events to the provided listener.
Issue #10118113 Offer update listener on ViewPropertyAnimator
Change-Id: Ib9f8fc6dbbc3c1c58113246d9a3b01e7ac27b14c
Diffstat (limited to 'api/current.txt')
-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 5ec1771..cb788bd 100644 --- a/api/current.txt +++ b/api/current.txt @@ -28372,6 +28372,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); |