Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java142 private BubbleBarItem mSelectedBubble; field in BubbleBarController
370 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 …]