Searched refs:withStartAction (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/compat/src/androidTest/java/androidx/core/view/
H A DViewPropertyAnimatorCompatTest.java94 ViewCompat.animate(mView).alpha(0).setDuration(100).withStartAction(new Runnable() {
110 ViewCompat.animate(mView).alpha(0).setDuration(50).withStartAction(new Runnable() {
/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewPropertyAnimatorCompat.java192 * This method, along with {@link #withStartAction(Runnable)}, is intended to help facilitate
704 public ViewPropertyAnimatorCompat withStartAction(Runnable runnable) { method in class:ViewPropertyAnimatorCompat
708 view.animate().withStartAction(runnable);
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java812 public ViewPropertyAnimator withStartAction(Runnable runnable) { method in class:ViewPropertyAnimator
824 * This method, along with {@link #withStartAction(Runnable)}, is intended to help facilitate
/frameworks/base/config/
H A Dboot-image-profile.txt6806 HPLandroid/view/ViewPropertyAnimator;->withStartAction(Ljava/lang/Runnable;)Landroid/view/ViewPropertyAnimator;
[all...]

Completed in 799 milliseconds