Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DBaseTaskbarContext.java92 public void showAppBubble(Intent intent, UserHandle user) { in showAppBubble() method in BaseTaskbarContext
94 SystemUiProxy.INSTANCE.get(this).showAppBubble(intent, user); in showAppBubble()
DTaskbarShortcutMenuAccessibilityDelegate.java102 SystemUiProxy.INSTANCE.get(mContext).showAppBubble(item.getIntent(), item.user); in performAction()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java418 void showAppBubble(Intent intent, UserHandle user); in showAppBubble() method
455 mStarter.showAppBubble(intent, mItemInfo.user); in onClick()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.kt673 fun showAppBubble( in <lambda>() method
679 bubbles?.showAppBubble(intent, user, bubbleBarLocation) in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java1438 public void showAppBubble(Intent intent, UserHandle user) { in showAppBubble() method in QuickstepLauncher
1440 SystemUiProxy.INSTANCE.get(this).showAppBubble(intent, user); in showAppBubble()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java159 mSystemUiProxy.showAppBubble(itemIntent, itemInfo.user, location);