Searched refs:showAppBubble (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | BaseTaskbarContext.java | 92 public void showAppBubble(Intent intent, UserHandle user) { in showAppBubble() method in BaseTaskbarContext 94 SystemUiProxy.INSTANCE.get(this).showAppBubble(intent, user); in showAppBubble()
|
D | TaskbarShortcutMenuAccessibilityDelegate.java | 102 SystemUiProxy.INSTANCE.get(mContext).showAppBubble(item.getIntent(), item.user); in performAction()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | SystemShortcut.java | 418 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/ |
D | SystemUiProxy.kt | 673 fun showAppBubble( in <lambda>() method 679 bubbles?.showAppBubble(intent, user, bubbleBarLocation) in <lambda>()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | QuickstepLauncher.java | 1438 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/ |
D | BubbleBarViewController.java | 159 mSystemUiProxy.showAppBubble(itemIntent, itemInfo.user, location);
|