Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java134 private final ArrayMap<String, BubbleBarBubble> mBubbles = new ArrayMap<>(); field in BubbleBarController
224 !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 …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java126 private IBubbles mBubbles; field in SystemUiProxy
262 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 …]