Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarRecentAppsController.kt139 !controllers.taskbarDesktopModeController.shouldShowDesktopTasksInTaskbar() in <lambda>()
155 !controllers.taskbarDesktopModeController.shouldShowDesktopTasksInTaskbar() in <lambda>()
192 controllers.taskbarDesktopModeController.shouldShowDesktopTasksInTaskbar() in <lambda>()
260 if (controllers.taskbarDesktopModeController.shouldShowDesktopTasksInTaskbar()) { in <lambda>()
DKeyboardQuickSwitchController.java162 .shouldShowDesktopTasksInTaskbar(); in openQuickSwitchView()
200 .shouldShowDesktopTasksInTaskbar(); in openQuickSwitchView()
246 if (mControllers.taskbarDesktopModeController.shouldShowDesktopTasksInTaskbar()) { in processLoadedTasks()
DTaskbarDesktopModeController.kt50 fun shouldShowDesktopTasksInTaskbar(): Boolean { in shouldShowDesktopTasksInTaskbar() method
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/
DTaskbarRecentAppsControllerTest.kt961 whenever(taskbarControllers.taskbarDesktopModeController.shouldShowDesktopTasksInTaskbar()) in <lambda>()