Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java324 BubbleBarBubble bubbleToSelect = null; in applyViewChanges() local
342 bubbleToSelect = update.addedBubble; in applyViewChanges()
355 bubbleToSelect = bubble; in applyViewChanges()
400 bubbleToSelect = newlySelected; in applyViewChanges()
407 if (bubbleToSelect != null) { in applyViewChanges()
408 setSelectedBubbleInternal(bubbleToSelect); in applyViewChanges()