Home
last modified time | relevance | path

Searched defs:withStartAction (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/compat/jellybean/android/support/v4/view/
DViewPropertyAnimatorCompatJB.java24 public static void withStartAction(View view, Runnable runnable) { in withStartAction() method in ViewPropertyAnimatorCompatJB
/frameworks/support/compat/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
1308 public ViewPropertyAnimatorCompat withStartAction(Runnable runnable) { in withStartAction() method in ViewPropertyAnimatorCompat
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java811 public ViewPropertyAnimator withStartAction(Runnable runnable) { in withStartAction() method in ViewPropertyAnimator