Searched refs:hotseatView (Results 1 – 1 of 1) sorted by relevance
141 View hotseatView = null; in updateHotseatItems() local143 hotseatView = getChildAt(nextViewIndex); in updateHotseatItems()151 removeAndRecycle(hotseatView); in updateHotseatItems()152 hotseatView = null; in updateHotseatItems()159 if (hotseatView == null) { in updateHotseatItems()165 hotseatView = folderIcon; in updateHotseatItems()167 hotseatView = inflate(expectedLayoutResId); in updateHotseatItems()171 addView(hotseatView, nextViewIndex, lp); in updateHotseatItems()175 if (hotseatView instanceof BubbleTextView in updateHotseatItems()177 BubbleTextView btv = (BubbleTextView) hotseatView; in updateHotseatItems()[all …]