Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/
DTaskbarRecentAppsControllerTest.kt83 recentAppsController.updateRunningApps() in updateHotseatItemInfos_notInDesktopMode_runningApps_returnsExistingHotseatItems()
110 recentAppsController.updateRunningApps() in updateHotseatItemInfos_returnsExistingHotseatItemsAndRunningApps()
136 recentAppsController.updateRunningApps() in updateHotseatItemInfos_runningAppIsHotseatItem_returnsDistinctItems()
158 recentAppsController.updateRunningApps() in getRunningApps_notInDesktopMode_returnsEmptySet()
170 recentAppsController.updateRunningApps() in getRunningApps_inDesktopMode_returnsRunningApps()
189 recentAppsController.updateRunningApps() in getMinimizedApps_inDesktopMode_returnsAllAppsRunningAndInvisibleAppsMinimized()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarModelCallbacks.java72 visible -> updateRunningApps();
275 updateRunningApps(); in onRunningTasksChanged()
284 public void updateRunningApps() { in updateRunningApps() method in TaskbarModelCallbacks
285 mControllers.taskbarRecentAppsController.updateRunningApps(); in updateRunningApps()
DTaskbarRecentAppsController.kt148 fun updateRunningApps() { in <lambda>() method
DTaskbarViewController.java898 public void updateRunningApps() { in updateRunningApps() method in TaskbarViewController
899 mModelCallbacks.updateRunningApps(); in updateRunningApps()