Searched refs:newlySelected (Results 1 – 2 of 2) sorted by relevance
456 public void updateSelectedBubble(BubbleBarItem newlySelected) { in updateSelectedBubble() argument457 mBarView.setSelectedBubble(newlySelected.getView()); in updateSelectedBubble()
398 BubbleBarBubble newlySelected = mBubbles.get(update.selectedBubbleKey); in applyViewChanges() local399 if (newlySelected != null) { in applyViewChanges()400 bubbleToSelect = newlySelected; in applyViewChanges()