Searched refs:mBubbles (Results 1 – 2 of 2) sorted by relevance
134 private final ArrayMap<String, BubbleBarBubble> mBubbles = new ArrayMap<>(); field in BubbleBarController224 !sBubbleBarEnabled || mBubbles.isEmpty()); in init()226 !sBubbleBarEnabled || mBubbles.isEmpty()); in init()228 key -> setSelectedBubbleInternal(mBubbles.get(key))); in init()289 BubbleBarBubble existingBubble = mBubbles.get(update.updatedBubble.getKey()); in onBubbleStateChange()328 BubbleBarBubble bubble = mBubbles.remove(removedBubble.getKey()); in applyViewChanges()338 mBubbles.put(update.addedBubble.getKey(), update.addedBubble); in applyViewChanges()351 mBubbles.put(bubble.getKey(), bubble); in applyViewChanges()365 mBubbleBarViewController.setHiddenForBubbles(mBubbles.isEmpty()); in applyViewChanges()366 mBubbleStashedHandleViewController.setHiddenForBubbles(mBubbles.isEmpty()); in applyViewChanges()[all …]
126 private IBubbles mBubbles; field in SystemUiProxy262 mBubbles = bubbles; in setProxy()746 if (mBubbles != null) { in setBubblesListener()750 mBubbles.unregisterBubbleListener(mBubblesListener); in setBubblesListener()753 mBubbles.registerBubbleListener(listener); in setBubblesListener()768 if (mBubbles != null) { in showBubble()770 mBubbles.showBubble(key, top); in showBubble()781 if (mBubbles == null) return; in removeAllBubbles()783 mBubbles.removeAllBubbles(); in removeAllBubbles()793 if (mBubbles != null) { in collapseBubbles()[all …]