Lines Matching refs:onCompleteRunnable
876 Runnable onCompleteRunnable = null; in completeTwoStageWidgetDrop() local
885 onCompleteRunnable = new Runnable() { in completeTwoStageWidgetDrop()
900 (DragView) mDragLayer.getAnimatedView(), onCompleteRunnable, in completeTwoStageWidgetDrop()
902 } else if (onCompleteRunnable != null) { in completeTwoStageWidgetDrop()
904 onCompleteRunnable.run(); in completeTwoStageWidgetDrop()
3135 final boolean springLoaded, final Runnable onCompleteRunnable) { in hideAppsCustomizeHelper() argument
3197 if (onCompleteRunnable != null) { in hideAppsCustomizeHelper()
3198 onCompleteRunnable.run(); in hideAppsCustomizeHelper()
3238 void showWorkspace(boolean animated, Runnable onCompleteRunnable) { in showWorkspace() argument
3245 hideAppsCustomizeHelper(Workspace.State.NORMAL, animated, false, onCompleteRunnable); in showWorkspace()
3314 final Runnable onCompleteRunnable) { in exitSpringLoadedDragModeDelayed() argument
3325 showWorkspace(true, onCompleteRunnable); in exitSpringLoadedDragModeDelayed()