Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java456 public void updateSelectedBubble(BubbleBarItem newlySelected) { in updateSelectedBubble() argument
457 mBarView.setSelectedBubble(newlySelected.getView()); in updateSelectedBubble()
DBubbleBarController.java398 BubbleBarBubble newlySelected = mBubbles.get(update.selectedBubbleKey); in applyViewChanges() local
399 if (newlySelected != null) { in applyViewChanges()
400 bubbleToSelect = newlySelected; in applyViewChanges()