Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarControllers.java59 public final TaskbarRecentAppsController taskbarRecentAppsController; field in TaskbarControllers
110 TaskbarRecentAppsController taskbarRecentAppsController, in TaskbarControllers() argument
136 this.taskbarRecentAppsController = taskbarRecentAppsController; in TaskbarControllers()
170 taskbarRecentAppsController.init(this); in init()
183 voiceInteractionWindowController, taskbarRecentAppsController, in init()
247 taskbarRecentAppsController.onDestroy(); in onDestroy()
DTaskbarModelCallbacks.java82 if (mControllers.taskbarRecentAppsController.getCanShowRunningApps()) { in init()
235 hotseatItemInfos = mControllers.taskbarRecentAppsController in commitItemsToUI()
237 Set<String> runningPackages = mControllers.taskbarRecentAppsController.getRunningApps(); in commitItemsToUI()
238 Set<String> minimizedPackages = mControllers.taskbarRecentAppsController.getMinimizedApps(); in commitItemsToUI()
285 mControllers.taskbarRecentAppsController.updateRunningApps(); in updateRunningApps()
299 mControllers.taskbarRecentAppsController.setApps(apps); in bindAllApplications()
/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/
DTaskbarBaseTestCase.kt52 @Mock lateinit var taskbarRecentAppsController: TaskbarRecentAppsController variable in com.android.launcher3.taskbar.TaskbarBaseTestCase
96 taskbarRecentAppsController, in setup()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/customization/
DTaskbarFeatureEvaluator.kt37 get() = taskbarControllers.taskbarRecentAppsController.isEnabled