Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java344 View hotseatView = null; in updateHotseatItems() local
346 hotseatView = getChildAt(nextViewIndex); in updateHotseatItems()
349 if ((hotseatView.getSourceLayoutResId() != expectedLayoutResId) in updateHotseatItems()
350 || (isCollection && (hotseatView.getTag() != hotseatItemInfo))) { in updateHotseatItems()
354 removeAndRecycle(hotseatView); in updateHotseatItems()
355 hotseatView = null; in updateHotseatItems()
362 if (hotseatView == null) { in updateHotseatItems()
367 hotseatView = FolderIcon.inflateFolderAndIcon( in updateHotseatItems()
370 ((FolderIcon) hotseatView).setTextVisible(false); in updateHotseatItems()
373 hotseatView = AppPairIcon.inflateIcon( in updateHotseatItems()
[all …]