Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java325 ItemInfo hotseatItemInfo = hotseatItemInfos[i]; in updateHotseatItems() local
326 if (hotseatItemInfo == null) { in updateHotseatItems()
333 if (hotseatItemInfo.isPredictedItem()) { in updateHotseatItems()
335 } else if (hotseatItemInfo instanceof CollectionInfo ci) { in updateHotseatItems()
350 || (isCollection && (hotseatView.getTag() != hotseatItemInfo))) { in updateHotseatItems()
364 CollectionInfo collectionInfo = (CollectionInfo) hotseatItemInfo; in updateHotseatItems()
365 switch (hotseatItemInfo.itemType) { in updateHotseatItems()
380 "Unexpected item type: " + hotseatItemInfo.itemType); in updateHotseatItems()
392 && hotseatItemInfo instanceof WorkspaceItemInfo) { in updateHotseatItems()
394 WorkspaceItemInfo workspaceInfo = (WorkspaceItemInfo) hotseatItemInfo; in updateHotseatItems()
[all …]