Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java168 List<String> bubbleKeysInOrder; field in BubbleBarController.BubbleBarViewUpdate
186 bubbleKeysInOrder = update.bubbleKeysInOrder; in BubbleBarViewUpdate()
381 if (update.bubbleKeysInOrder != null && !update.bubbleKeysInOrder.isEmpty()) { in applyViewChanges()
383 List<BubbleBarBubble> newOrder = update.bubbleKeysInOrder.stream() in applyViewChanges()