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

/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewPropertyAnimatorCompatJB.java24 public static void withStartAction(View view, Runnable runnable) { method in class:ViewPropertyAnimatorCompatJB
25 view.animate().withStartAction(runnable);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPropertyAnimatorCompat.java69 public void withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable); method in interface:ViewPropertyAnimatorCompat.ViewPropertyAnimatorCompatImpl
254 public void withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) { method in class:ViewPropertyAnimatorCompat.BaseViewPropertyAnimatorCompatImpl
486 public void withStartAction(ViewPropertyAnimatorCompat vpa, View view, final Runnable runnable) { method in class:ViewPropertyAnimatorCompat.ICSViewPropertyAnimatorCompatImpl
564 public void withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) { method in class:ViewPropertyAnimatorCompat.JBViewPropertyAnimatorCompatImpl
565 ViewPropertyAnimatorCompatJB.withStartAction(view, runnable);
701 * This method, along with {@link #withStartAction(Runnable)}, is intended to help facilitate
1175 public ViewPropertyAnimatorCompat withStartAction(Runnable runnable) { method in class:ViewPropertyAnimatorCompat
1178 IMPL.withStartAction(this, view, runnable);
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java813 public ViewPropertyAnimator withStartAction(Runnable runnable) { method in class:ViewPropertyAnimator
825 * This method, along with {@link #withStartAction(Runnable)}, is intended to help facilitate

Completed in 361 milliseconds