Searched refs:mSelectedBubble (Results 1 – 1 of 1) sorted by relevance
145 private BubbleViewProvider mSelectedBubble; field in BubbleData240 return mSelectedBubble; in getSelectedBubble()348 boolean isBubbleExpandedAndSelected = mExpanded && mSelectedBubble == bubble; in notificationEntryUpdated()487 .filter((b) -> !b.equals(mSelectedBubble)) in trim()571 mSelectedBubble = null; in doRemove()587 if (Objects.equals(mSelectedBubble, bubbleToRemove)) { in doRemove()702 if (!mShowingOverflow && Objects.equals(bubble, mSelectedBubble)) { in setSelectedBubbleInternal()718 mSelectedBubble = bubble; in setSelectedBubbleInternal()770 if (mSelectedBubble == null) { in setExpandedInternal()774 if (mSelectedBubble instanceof Bubble) { in setExpandedInternal()[all …]