/frameworks/support/v4/jellybean/android/support/v4/view/ |
D | ViewPropertyAnimatorCompatJB.java | 24 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/ |
D | ViewPropertyAnimatorCompatTest.java | 94 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/ |
D | ViewPropertyAnimatorCompat.java | 73 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/ |
D | DismissAnimationsHolder.java | 67 .withStartAction(new Runnable() { in startEnterAnimation()
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 811 public ViewPropertyAnimator withStartAction(Runnable runnable) { in withStartAction() method in ViewPropertyAnimator
|
/frameworks/support/v4/api/ |
D | 22.1.0.txt | 2349 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
|
D | 22.0.0.txt | 2149 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
|
D | 22.2.0.txt | 2416 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
|
D | 22.2.1.txt | 2417 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
|
D | 23.1.1.txt | 2603 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
|
D | 23.1.0.txt | 2643 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
|
D | 23.0.0.txt | 2611 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
|
D | current.txt | 2850 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34346 method public android.view.ViewPropertyAnimator withStartAction(java.lang.Runnable);
|
/frameworks/base/api/ |
D | system-current.txt | 46267 method public android.view.ViewPropertyAnimator withStartAction(java.lang.Runnable);
|
D | current.txt | 43267 method public android.view.ViewPropertyAnimator withStartAction(java.lang.Runnable);
|
D | test-current.txt | 43346 method public android.view.ViewPropertyAnimator withStartAction(java.lang.Runnable);
|