Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/taskbar/
DTaskbarRecentAppsControllerTest.kt71 assertThat(recentAppsController.updateHotseatItemInfos(hotseatItems.toTypedArray())) in updateHotseatItemInfos_notInDesktopMode_returnsExistingHotseatItems()
86 recentAppsController.updateHotseatItemInfos(hotseatItems.toTypedArray()) in updateHotseatItemInfos_notInDesktopMode_runningApps_returnsExistingHotseatItems()
98 assertThat(recentAppsController.updateHotseatItemInfos(hotseatItems.toTypedArray())) in updateHotseatItemInfos_noRunningApps_returnsExistingHotseatItems()
113 recentAppsController.updateHotseatItemInfos(hotseatItems.toTypedArray()) in updateHotseatItemInfos_returnsExistingHotseatItemsAndRunningApps()
139 recentAppsController.updateHotseatItemInfos(hotseatItems.toTypedArray()) in updateHotseatItemInfos_runningAppIsHotseatItem_returnsDistinctItems()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarRecentAppsController.kt100 fun updateHotseatItemInfos(hotseatItems: Array<ItemInfo?>): Array<ItemInfo?> { in <lambda>() method
DTaskbarModelCallbacks.java236 .updateHotseatItemInfos(hotseatItemInfos); in commitItemsToUI()