Home
last modified time | relevance | path

Searched refs:withStartAction (Results 1 – 12 of 12) 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/base/packages/SystemUI/src/com/android/systemui/recents/views/
DSystemBarScrimViews.java72 .withStartAction(new Runnable() { in startEnterRecentsAnimation()
89 .withStartAction(new Runnable() { in startEnterRecentsAnimation()
/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
513 … public void withStartAction(ViewPropertyAnimatorCompat vpa, View view, final Runnable runnable) { in withStartAction() method in ViewPropertyAnimatorCompat.ICSViewPropertyAnimatorCompatImpl
591 public void withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) { in withStartAction() method in ViewPropertyAnimatorCompat.JBViewPropertyAnimatorCompatImpl
592 ViewPropertyAnimatorCompatJB.withStartAction(view, runnable); in withStartAction()
1294 public ViewPropertyAnimatorCompat withStartAction(Runnable runnable) { in withStartAction() method in ViewPropertyAnimatorCompat
1297 IMPL.withStartAction(this, view, runnable); in withStartAction()
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java811 public ViewPropertyAnimator withStartAction(Runnable runnable) { in withStartAction() method in ViewPropertyAnimator
/frameworks/support/v4/api/
D22.0.0.txt2149 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
D22.1.0.txt2349 …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…
D22.2.0.txt2416 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
D23.txt2611 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
Dcurrent.txt2617 …method public android.support.v4.view.ViewPropertyAnimatorCompat withStartAction(java.lang.Runnabl…
/frameworks/base/api/
Dcurrent.txt36970 method public android.view.ViewPropertyAnimator withStartAction(java.lang.Runnable);
Dsystem-current.txt39262 method public android.view.ViewPropertyAnimator withStartAction(java.lang.Runnable);