Searched refs:endAction (Results 1 – 3 of 3) sorted by relevance
640 Runnable endAction = new Runnable() { in realTimeReorder() local654 .withEndAction(endAction); in realTimeReorder()655 mPendingAnimations.put(v, endAction); in realTimeReorder()
723 public void animateToInitialPosition(final Runnable endAction) { in animateToInitialPosition() argument730 if (endAction != null) { in animateToInitialPosition()731 endAction.run(); in animateToInitialPosition()
54 private Animation.AnimationListener endAction = new EndAction(); field in PieRenderer739 animation.setAnimationListener(timeout ? endAction : null); in startAnimation()