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.java304 MAIN_EXECUTOR.execute(() -> applyViewChanges(viewUpdate)); in onBubbleStateChange()
309 () -> MAIN_EXECUTOR.execute(() -> applyViewChanges(viewUpdate))); in onBubbleStateChange()
313 private void applyViewChanges(BubbleBarViewUpdate update) { in applyViewChanges() method in BubbleBarController