Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java173 BubbleBarBubble updatedBubble; field in BubbleBarController.BubbleBarViewUpdate
279 || update.updatedBubble != null in onBubbleStateChange()
288 if (update.updatedBubble != null) { in onBubbleStateChange()
289 BubbleBarBubble existingBubble = mBubbles.get(update.updatedBubble.getKey()); in onBubbleStateChange()
290 viewUpdate.updatedBubble = in onBubbleStateChange()
291 populateBubble(mContext, update.updatedBubble, mBarView, in onBubbleStateChange()
373 if (update.updatedBubble != null) { in applyViewChanges()
376 BubbleBarBubble bb = mBubbles.get(update.updatedBubble.getKey()); in applyViewChanges()