Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java167 List<RemovedBubble> removedBubbles; field in BubbleBarController.BubbleBarViewUpdate
185 removedBubbles = update.removedBubbles; in BubbleBarViewUpdate()
325 if (!update.removedBubbles.isEmpty()) { in applyViewChanges()
326 for (int i = 0; i < update.removedBubbles.size(); i++) { in applyViewChanges()
327 RemovedBubble removedBubble = update.removedBubbles.get(i); in applyViewChanges()