Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/widgets/
DWidgetInteractionHandlerTest.kt62 val (fillInIntent, activityOptions) = testResponse.getLaunchOptions(view) in launchAnimatorIsUsedForWidgetView()
83 val (fillInIntent, activityOptions) = testResponse.getLaunchOptions(view) in launchAnimatorIsNotUsedForRegularView()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/smartspace/
DSmartspaceInteractionHandlerTest.kt63 val (fillInIntent, activityOptions) = testResponse.getLaunchOptions(view) in launchAnimatorIsUsedForSmartspaceView()
84 val (fillInIntent, activityOptions) = testResponse.getLaunchOptions(view) in launchAnimatorIsNotUsedForRegularView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/util/
DInteractionHandlerDelegate.kt52 val launchOptions = response.getLaunchOptions(view) in onInteraction()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowOrganizerController.java1112 final Bundle launchOpts = hop.getLaunchOptions(); in applyHierarchyOp()
1170 final Bundle launchOpts = hop.getLaunchOptions(); in applyHierarchyOp()
1222 final Bundle launchOpts = hop.getLaunchOptions(); in applyHierarchyOp()
1478 final Bundle bundle = hop.getLaunchOptions(); in applyTaskFragmentOperation()
DTransition.java367 final Bundle b = hop.getLaunchOptions(); in calcParallelCollectType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java156 Pair<Intent, ActivityOptions> options = response.getLaunchOptions(view);
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentContainer.java1027 Bundle getLaunchOptions() { in getLaunchOptions() method in TaskFragmentContainer
DSplitController.java2037 container.getLaunchOptions()); in updateOverlayContainer()
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java420 Intent intent = response.getLaunchOptions(view).first; in applyCustomDescription()
/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java918 response.getLaunchOptions(view)); in getHandler()
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java1675 public Bundle getLaunchOptions() { in getLaunchOptions() method in WindowContainerTransaction.HierarchyOp
/frameworks/base/core/java/android/widget/
DRemoteViews.java467 startPendingIntent(view, pendingIntent, response.getLaunchOptions(view));
7255 public Pair<Intent, ActivityOptions> getLaunchOptions(View view) {