Home
last modified time | relevance | path

Searched refs:getLaunchOptions (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DQuickstepInteractionHandler.java56 remoteResponse.getLaunchOptions(view)); in onInteraction()
58 Pair<Intent, ActivityOptions> options = remoteResponse.getLaunchOptions(view); in onInteraction()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrganizerController.java631 final Bundle activityOptions = hop.getLaunchOptions(); in applyHierarchyOp()
672 final Bundle bundle = hop.getLaunchOptions(); in applyHierarchyOp()
741 final Bundle launchOpts = hop.getLaunchOptions(); in applyHierarchyOp()
780 ActivityOptions activityOptions = hop.getLaunchOptions() != null in applyHierarchyOp()
781 ? new ActivityOptions(hop.getLaunchOptions()) in applyHierarchyOp()
/aosp12/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java885 response.getLaunchOptions(view)); in getHandler()
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DSaveUi.java393 Intent intent = response.getLaunchOptions(view).first; in applyCustomDescription()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java151 Pair<Intent, ActivityOptions> options = response.getLaunchOptions(view);
/aosp12/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java1154 public Bundle getLaunchOptions() { in getLaunchOptions() method in WindowContainerTransaction.HierarchyOp
/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViews.java410 startPendingIntent(view, pendingIntent, response.getLaunchOptions(view));
6583 public Pair<Intent, ActivityOptions> getLaunchOptions(View view) {