Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/window/
DRecentsWindowFlags.kt29 val enableFallbackOverviewInWindow: DesktopModeFlag = constant
30 DesktopModeFlag(Flags::enableFallbackOverviewInWindow, false)
40 enableFallbackOverviewInWindow.isTrue ||
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DFallbackRecentsTest.java22 import static com.android.launcher3.Flags.enableFallbackOverviewInWindow;
214 RecentsViewContainer recentsViewContainer = enableFallbackOverviewInWindow() in getFromRecents()
239 RecentsViewContainer recentsViewContainer = enableFallbackOverviewInWindow() in waitForRecentsClosed()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewComponentObserver.java27 …ort static com.android.quickstep.fallback.window.RecentsWindowFlags.enableFallbackOverviewInWindow;
212 if (enableFallbackOverviewInWindow.isTrue()) { in updateOverviewTargets()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java18 import static com.android.launcher3.Flags.enableFallbackOverviewInWindow;
334 enableLauncherOverviewInWindow() || enableFallbackOverviewInWindow()); in call()