Searched refs:endAction (Results 1 – 3 of 3) sorted by relevance
596 Runnable endAction = new Runnable() { in realTimeReorder() local610 .withEndAction(endAction); in realTimeReorder()611 mPendingAnimations.put(v, endAction); in realTimeReorder()
724 public void animateToInitialPosition(final Runnable endAction) { in animateToInitialPosition() argument731 if (endAction != null) { in animateToInitialPosition()732 endAction.run(); in animateToInitialPosition()
54 private Animation.AnimationListener endAction = new EndAction(); field in PieRenderer739 animation.setAnimationListener(timeout ? endAction : null); in startAnimation()