Home
last modified time | relevance | path

Searched defs:removedBubble (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java369 RemovedBubble removedBubble = update.removedBubbles.get(0); in applyViewChanges() local
386 RemovedBubble removedBubble = update.removedBubbles.get(i); in applyViewChanges() local
DBubbleBarView.java776 public void addBubbleAndRemoveBubble(BubbleView addedBubble, BubbleView removedBubble, in addBubbleAndRemoveBubble()