Searched refs:showShortcutBubble (Results 1 – 6 of 6) sorted by relevance
86 public void showShortcutBubble(ShortcutInfo info) { in showShortcutBubble() method in BaseTaskbarContext88 SystemUiProxy.INSTANCE.get(this).showShortcutBubble(info); in showShortcutBubble()
99 SystemUiProxy.INSTANCE.get(mContext).showShortcutBubble(shortcutInfo); in performAction()
415 void showShortcutBubble(ShortcutInfo info); in showShortcutBubble() method445 mStarter.showShortcutBubble(shortcutInfo); in onClick()
661 fun showShortcutBubble(info: ShortcutInfo?, bubbleBarLocation: BubbleBarLocation? = null) = in <lambda>() method in com.android.quickstep.SystemUiProxy663 bubbles?.showShortcutBubble(info, bubbleBarLocation) in <lambda>()
1432 public void showShortcutBubble(ShortcutInfo info) { in showShortcutBubble() method in QuickstepLauncher1434 SystemUiProxy.INSTANCE.get(this).showShortcutBubble(info); in showShortcutBubble()
152 mSystemUiProxy.showShortcutBubble(shortcutInfo, location);