Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DBaseTaskbarContext.java86 public void showShortcutBubble(ShortcutInfo info) { in showShortcutBubble() method in BaseTaskbarContext
88 SystemUiProxy.INSTANCE.get(this).showShortcutBubble(info); in showShortcutBubble()
DTaskbarShortcutMenuAccessibilityDelegate.java99 SystemUiProxy.INSTANCE.get(mContext).showShortcutBubble(shortcutInfo); in performAction()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java415 void showShortcutBubble(ShortcutInfo info); in showShortcutBubble() method
445 mStarter.showShortcutBubble(shortcutInfo); in onClick()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.kt661 fun showShortcutBubble(info: ShortcutInfo?, bubbleBarLocation: BubbleBarLocation? = null) = in <lambda>() method in com.android.quickstep.SystemUiProxy
663 bubbles?.showShortcutBubble(info, bubbleBarLocation) in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java1432 public void showShortcutBubble(ShortcutInfo info) { in showShortcutBubble() method in QuickstepLauncher
1434 SystemUiProxy.INSTANCE.get(this).showShortcutBubble(info); in showShortcutBubble()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java152 mSystemUiProxy.showShortcutBubble(shortcutInfo, location);