Home
last modified time | relevance | path

Searched refs:endAction (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java640 Runnable endAction = new Runnable() { in realTimeReorder() local
654 .withEndAction(endAction); in realTimeReorder()
655 mPendingAnimations.put(v, endAction); in realTimeReorder()
/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableListView.java723 public void animateToInitialPosition(final Runnable endAction) { in animateToInitialPosition() argument
730 if (endAction != null) { in animateToInitialPosition()
731 endAction.run(); in animateToInitialPosition()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
DPieRenderer.java54 private Animation.AnimationListener endAction = new EndAction(); field in PieRenderer
739 animation.setAnimationListener(timeout ? endAction : null); in startAnimation()