Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java147 final String currentlySelected = mBubbleBarController.getSelectedBubbleKey(); in onBubbleClicked()
218 return mBubbleBarController.getSelectedBubbleKey() != null; in hasBubbles()
DBubbleBarController.java432 if (getSelectedBubbleKey() != null) { in showSelectedBubble()
443 mSystemUiProxy.showBubble(getSelectedBubbleKey(), mLastSentBubbleBarTop); in showSelectedBubble()
473 public String getSelectedBubbleKey() { in getSelectedBubbleKey() method in BubbleBarController