Searched refs:mExpandedBubble (Results 1 – 1 of 1) sorted by relevance
278 @Nullable private BubbleViewProvider mExpandedBubble; field in BubbleStackView313 if (mExpandedBubble != null) { in dump()315 pw.println(" expandedBubbleKey: " + mExpandedBubble.getKey()); in dump()317 final BubbleExpandedView expandedView = mExpandedBubble.getExpandedView(); in dump()549 clickedBubble.getKey().equals(mExpandedBubble.getKey());925 if (mExpandedBubble != null && mExpandedBubble.getExpandedView() != null) { in BubbleStackView()926 mExpandedBubble.getExpandedView().updateInsets(insets); in BubbleStackView()1488 return mExpandedBubble != null ? mExpandedBubble.getIconView() : null; in getExpandedBubbleView()1496 return mExpandedBubble; in getExpandedBubble()1594 if (mExpandedBubble == bubbleToSelect) { in setSelectedBubble()[all …]