Searched refs:setEndAction (Results 1 – 5 of 5) sorted by relevance
263 public void setEndAction(Runnable runnable) { in setEndAction() method in AnimatorPlaybackController
361 mCurrentAnimation.setEndAction(this::clearState); in onDragEnd()
403 mNonOverviewAnim.setEndAction(() -> onAnimationToStateCompleted(targetState)); in onDragEnd()
331 mCurrentAnimation.setEndAction(() -> onSwipeInteractionCompleted(targetState)); in onDragEnd()
442 controller.setEndAction(() -> mActivity.getStateManager().goToState( in createActivityInterface()