Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DFolderPagedView.java622 Runnable endAction = new Runnable() { in realTimeReorder() local
636 .withEndAction(endAction); in realTimeReorder()
637 mPendingAnimations.put(v, endAction); in realTimeReorder()
/packages/apps/PackageInstaller/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()