Home
last modified time | relevance | path

Searched refs:withStartAction (Results 1 – 17 of 17) sorted by relevance

/frameworks/support/v4/jellybean/android/support/v4/view/
DViewPropertyAnimatorCompatJB.java24 public static void withStartAction(View view, Runnable runnable) { in withStartAction() method in ViewPropertyAnimatorCompatJB
25 view.animate().withStartAction(runnable); in withStartAction()
/frameworks/support/v4/tests/java/android/support/v4/view/
DViewPropertyAnimatorCompatTest.java94 ViewCompat.animate(mView).alpha(0).setDuration(100).withStartAction(new Runnable() { in testWithStartAction()
110 ViewCompat.animate(mView).alpha(0).setDuration(50).withStartAction(new Runnable() { in testWithStartAction()
/frameworks/support/v4/java/android/support/v4/view/
DViewPropertyAnimatorCompat.java73 public void withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable); in withStartAction() method
278 public void withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) { in withStartAction() method in ViewPropertyAnimatorCompat.BaseViewPropertyAnimatorCompatImpl
515 … public void withStartAction(ViewPropertyAnimatorCompat vpa, View view, final Runnable runnable) { in withStartAction() method in ViewPropertyAnimatorCompat.ICSViewPropertyAnimatorCompatImpl
605 public void withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) { in withStartAction() method in ViewPropertyAnimatorCompat.JBViewPropertyAnimatorCompatImpl
606 ViewPropertyAnimatorCompatJB.withStartAction(view, runnable); in withStartAction()
1308 public ViewPropertyAnimatorCompat withStartAction(Runnable runnable) { in withStartAction() method in ViewPropertyAnimatorCompat
1311 IMPL.withStartAction(this, view, runnable); in withStartAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/animations/
DDismissAnimationsHolder.java67 .withStartAction(new Runnable() { in startEnterAnimation()
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java811 public ViewPropertyAnimator withStartAction(Runnable runnable) { in withStartAction() method in ViewPropertyAnimator
/frameworks/support/v4/api/
D22.1.0.txt2349 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
D22.0.0.txt2149 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
D22.2.0.txt2416 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
D22.2.1.txt2417 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
D23.1.1.txt2603 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
D23.1.0.txt2643 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
D23.0.0.txt2611 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
Dcurrent.txt2850 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34346 method public android.view.ViewPropertyAnimator withStartAction(java.lang.Runnable);
/frameworks/base/api/
Dsystem-current.txt46267 method public android.view.ViewPropertyAnimator withStartAction(java.lang.Runnable);
Dcurrent.txt43267 method public android.view.ViewPropertyAnimator withStartAction(java.lang.Runnable);
Dtest-current.txt43346 method public android.view.ViewPropertyAnimator withStartAction(java.lang.Runnable);