Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java369 Bubble bubble = mBubbleData.getBubbleWithKey(key); in selectBubble()
379 Bubble bubble = mBubbleData.getBubbleWithKey(notificationKey); in expandStackAndSelectBubble()
424 Bubble bubble = mBubbleData.getBubbleWithKey(key); in removeBubble()
438 NotificationEntry entry = mBubbleData.getBubbleWithKey(key).entry;
DBubbleData.java142 return getBubbleWithKey(key) != null; in hasBubbleWithKey()
170 Bubble bubble = getBubbleWithKey(entry.key); in notificationEntryUpdated()
594 Bubble getBubbleWithKey(String key) { in getBubbleWithKey() method in BubbleData
DBubbleTouchHandler.java213 mBubbleData.setSelectedBubble(mBubbleData.getBubbleWithKey(key)); in onTouch()
DBubbleStackView.java622 Bubble b = mBubbleData.getBubbleWithKey(key); in updateDotVisibility()
664 Bubble bubbleToExpand = mBubbleData.getBubbleWithKey(key); in setExpandedBubble()
1661 Bubble bubble = mBubbleData.getBubbleWithKey(key); in getBubblesOnScreen()