Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DSwipeSharedState.java44 public boolean goingToLauncher; field in SwipeSharedState
148 goingToLauncher = false; in clearAllState()
152 pw.println(prefix + "goingToLauncher=" + goingToLauncher); in dump()
DTouchInteractionService.java606 if (runningTaskInfo == null && !sSwipeSharedState.goingToLauncher in newBaseConsumer()
615 } else if (sSwipeSharedState.goingToLauncher || activityControl.isResumed()) { in newBaseConsumer()
668 if (activity.getRootView().hasWindowFocus() || sSwipeSharedState.goingToLauncher) { in createOverviewInputConsumer()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DOtherActivityInputConsumer.java414 mSwipeSharedState.goingToLauncher = endTarget != null && endTarget.isLauncher; in onConsumerAboutToBeSwitched()