Searched refs:hotseatView (Results 1 – 1 of 1) sorted by relevance
344 View hotseatView = null; in updateHotseatItems() local346 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 …]