Searched refs:endAction (Results 1 – 2 of 2) sorted by relevance
622 Runnable endAction = new Runnable() { in realTimeReorder() local636 .withEndAction(endAction); in realTimeReorder()637 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()