Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java174 List<BubbleBarBubble> currentBubbles; field in BubbleBarController.BubbleBarViewUpdate
295 List<BubbleBarBubble> currentBubbles = new ArrayList<>(); in onBubbleStateChange() local
300 currentBubbles.add(b); in onBubbleStateChange()
302 viewUpdate.currentBubbles = currentBubbles; in onBubbleStateChange()
346 if (update.currentBubbles != null && !update.currentBubbles.isEmpty()) { in applyViewChanges()
348 for (int i = update.currentBubbles.size() - 1; i >= 0; i--) { in applyViewChanges()
349 BubbleBarBubble bubble = update.currentBubbles.get(i); in applyViewChanges()