Searched refs:mSelectedBubble (Results 1 – 1 of 1) sorted by relevance
113 private Bubble mSelectedBubble; field in BubbleData147 return mSelectedBubble; in getSelectedBubble()186 } else if (mSelectedBubble == null) { in notificationEntryUpdated()252 .filter((b) -> !b.equals(mSelectedBubble)) in trim()298 if (Objects.equals(mSelectedBubble, bubbleToRemove)) { in doRemove()342 if (Objects.equals(bubble, mSelectedBubble)) { in setSelectedBubbleInternal()353 mSelectedBubble = bubble; in setSelectedBubbleInternal()375 if (mSelectedBubble == null) { in setExpandedInternal()379 mSelectedBubble.markAsAccessedAt(mTimeSource.currentTimeMillis()); in setExpandedInternal()387 if (mBubbles.indexOf(mSelectedBubble) > 0) { in setExpandedInternal()[all …]