Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrganizerController.java962 final Bundle launchOpts = hop.getLaunchOptions(); in applyHierarchyOp()
1020 final Bundle launchOpts = hop.getLaunchOptions(); in applyHierarchyOp()
1072 final Bundle launchOpts = hop.getLaunchOptions(); in applyHierarchyOp()
1285 final Bundle bundle = hop.getLaunchOptions(); in applyTaskFragmentOperation()
H A DTransition.java343 final Bundle b = hop.getLaunchOptions(); in calcParallelCollectType()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java148 Pair<Intent, ActivityOptions> options = response.getLaunchOptions(view);
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DSaveUi.java400 Intent intent = response.getLaunchOptions(view).first; in applyCustomDescription()
/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java899 response.getLaunchOptions(view)); in getHandler()
/aosp14/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java1570 public Bundle getLaunchOptions() { in getLaunchOptions() method in WindowContainerTransaction.HierarchyOp
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java441 startPendingIntent(view, pendingIntent, response.getLaunchOptions(view));
6930 public Pair<Intent, ActivityOptions> getLaunchOptions(View view) {