Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java664 Bubble bubbleToExpand = mBubbleData.getBubbleWithKey(key); in setExpandedBubble() local
665 if (bubbleToExpand != null) { in setExpandedBubble()
666 setSelectedBubble(bubbleToExpand); in setExpandedBubble()
667 bubbleToExpand.entry.setShowInShadeWhenBubble(false); in setExpandedBubble()