Searched refs:mExpandedBubble (Results 1 – 1 of 1) sorted by relevance
184 private Bubble mExpandedBubble; field in BubbleStackView385 if (mIsExpanded && mExpandedBubble != null) { in BubbleStackView()386 mExpandedBubble.expandedView.updateView(); in BubbleStackView()412 () -> mExpandedBubble.expandedView.updateInsets(insets)); in BubbleStackView()646 return mExpandedBubble != null ? mExpandedBubble.iconView : null; in getExpandedBubbleView()653 return mExpandedBubble; in getExpandedBubble()743 if (mExpandedBubble != null && mExpandedBubble.equals(bubbleToSelect)) { in setSelectedBubble()746 final Bubble previouslySelected = mExpandedBubble; in setSelectedBubble()747 mExpandedBubble = bubbleToSelect; in setSelectedBubble()783 logBubbleEvent(mExpandedBubble, StatsLog.BUBBLE_UICHANGED__ACTION__COLLAPSED); in setExpanded()[all …]