Home
last modified time | relevance | path

Searched refs:launchDisplayId (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/
DLaunchOnPrivateDisplayRouterActivity.java52 int launchDisplayId = launchIntent.getExtras().getInt(LAUNCH_ACTIVITY_DISPLAY_ID); in onCreate() local
61 activityOptions.setLaunchDisplayId(launchDisplayId); in onCreate()
64 Slog.d(TAG, "launchDisplayId: " + launchDisplayId + ", appIntent: " + appIntent); in onCreate()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarUtil.kt84 options.launchDisplayId = context.displayId in launchApp()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/repositories/appactions/
DAppLaunchProvider.kt62 options.launchDisplayId = context.display?.displayId ?: 0 in launch()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.kt984 options.launchDisplayId = display?.displayId ?: Display.DEFAULT_DISPLAY in <lambda>()
1066 launchDisplayId = display?.displayId ?: Display.DEFAULT_DISPLAY in <lambda>()