Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java141 String suppressedBubbleKey; field in BubbleBarController.BubbleBarViewUpdate
161 suppressedBubbleKey = update.suppressedBubbleKey; in BubbleBarViewUpdate()
441 if (update.suppressedBubbleKey != null) { in applyViewChanges()
442 BubbleBarBubble bb = mBubbles.remove(update.suppressedBubbleKey); in applyViewChanges()
444 mSuppressedBubbles.put(update.suppressedBubbleKey, bb); in applyViewChanges()