Searched refs:previouslySelected (Results 1 – 1 of 1) sorted by relevance
809 final Bubble previouslySelected = mExpandedBubble; in setSelectedBubble() local818 if (previouslySelected != null) { in setSelectedBubble()819 previouslySelected.setContentVisibility(false); in setSelectedBubble()824 logBubbleEvent(previouslySelected, StatsLog.BUBBLE_UICHANGED__ACTION__COLLAPSED); in setSelectedBubble()826 notifyExpansionChanged(previouslySelected, false /* expanded */); in setSelectedBubble()967 final Bubble previouslySelected = mExpandedBubble; in animateCollapse() local977 previouslySelected.setContentVisibility(false); in animateCollapse()