Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java767 public void showBubble(String key, int top) { in showBubble() method in SystemUiProxy
770 mBubbles.showBubble(key, top); in showBubble()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java443 mSystemUiProxy.showBubble(getSelectedBubbleKey(), mLastSentBubbleBarTop); in showSelectedBubble()