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.java596 Runnable endAction = new Runnable() { in realTimeReorder() local
610 .withEndAction(endAction); in realTimeReorder()
611 mPendingAnimations.put(v, endAction); in realTimeReorder()
/packages/modules/Permission/PermissionController/src/android/support/wearable/view/
DWearableListView.java724 public void animateToInitialPosition(final Runnable endAction) { in animateToInitialPosition() argument
731 if (endAction != null) { in animateToInitialPosition()
732 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()