Searched refs:mSelectedBubble (Results 1 – 1 of 1) sorted by relevance
142 private BubbleBarItem mSelectedBubble; field in BubbleBarController370 mSelectedBubble = null; in applyViewChanges()396 if (mSelectedBubble == null in applyViewChanges()397 || !update.selectedBubbleKey.equals(mSelectedBubble.getKey())) { in applyViewChanges()433 if (mSelectedBubble instanceof BubbleBarBubble) { in showSelectedBubble()437 BubbleInfo info = ((BubbleBarBubble) mSelectedBubble).getInfo(); in showSelectedBubble()440 mSelectedBubble.getView().updateDotVisibility(true /* animate */); in showSelectedBubble()462 if (!Objects.equals(b, mSelectedBubble)) { in setSelectedBubbleInternal()464 mSelectedBubble = b; in setSelectedBubbleInternal()465 mBubbleBarViewController.updateSelectedBubble(mSelectedBubble); in setSelectedBubbleInternal()[all …]