Home
last modified time | relevance | path

Searched refs:onCompleteCallback (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DLauncherActivityInterface.java211 public boolean switchToRecentsIfVisible(Runnable onCompleteCallback) { in switchToRecentsIfVisible() argument
225 launcher.getStateManager().shouldAnimateStateChange(), onCompleteCallback); in switchToRecentsIfVisible()
DFallbackActivityInterface.java117 public boolean switchToRecentsIfVisible(Runnable onCompleteCallback) { in switchToRecentsIfVisible() argument
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DOtherActivityInputConsumer.java134 boolean isDeferredDownTarget, Consumer<OtherActivityInputConsumer> onCompleteCallback, in OtherActivityInputConsumer() argument
151 mOnCompleteCallback = onCompleteCallback; in OtherActivityInputConsumer()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java142 public abstract boolean switchToRecentsIfVisible(Runnable onCompleteCallback); in switchToRecentsIfVisible() argument