Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java172 BubbleBarBubble addedBubble; field in BubbleBarController.BubbleBarViewUpdate
278 if (update.addedBubble != null in onBubbleStateChange()
284 if (update.addedBubble != null) { in onBubbleStateChange()
285 viewUpdate.addedBubble = populateBubble(mContext, update.addedBubble, mBarView, in onBubbleStateChange()
337 if (update.addedBubble != null) { in applyViewChanges()
338 mBubbles.put(update.addedBubble.getKey(), update.addedBubble); in applyViewChanges()
339 mBubbleBarViewController.addBubble(update.addedBubble, isExpanding, suppressAnimation); in applyViewChanges()
342 bubbleToSelect = update.addedBubble; in applyViewChanges()
359 + update.addedBubble.getKey()); in applyViewChanges()