Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java163 String selectedBubbleKey; field in BubbleBarController.BubbleBarViewUpdate
181 selectedBubbleKey = update.selectedBubbleKey; in BubbleBarViewUpdate()
395 if (update.selectedBubbleKey != null) { in applyViewChanges()
397 || !update.selectedBubbleKey.equals(mSelectedBubble.getKey())) { in applyViewChanges()
398 BubbleBarBubble newlySelected = mBubbles.get(update.selectedBubbleKey); in applyViewChanges()
403 + update.selectedBubbleKey); in applyViewChanges()