Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java135 private static class BubbleBarViewUpdate { class in BubbleBarController
155 BubbleBarViewUpdate(BubbleBarUpdate update) { in BubbleBarViewUpdate() method in BubbleBarController.BubbleBarViewUpdate
256 BubbleBarViewUpdate viewUpdate = new BubbleBarViewUpdate(update); in onBubbleStateChange()
328 private void applyViewChanges(BubbleBarViewUpdate update) { in applyViewChanges()