Home
last modified time | relevance | path

Searched refs:mExpandedBubble (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java278 @Nullable private BubbleViewProvider mExpandedBubble; field in BubbleStackView
313 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 …]