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

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java683 * This method, along with {@link #withEndAction(Runnable)}, is intended to help facilitate
713 * view.animate().x(200).withEndAction(endAction);
719 public ViewPropertyAnimator withEndAction(Runnable runnable) { method in class:ViewPropertyAnimator

Completed in 51 milliseconds