Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java285 MAIN_EXECUTOR.execute(() -> applyViewChanges(viewUpdate)); in onBubbleStateChange()
290 () -> MAIN_EXECUTOR.execute(() -> applyViewChanges(viewUpdate))); in onBubbleStateChange()
328 private void applyViewChanges(BubbleBarViewUpdate update) { in applyViewChanges() method in BubbleBarController