Home
last modified time | relevance | path

Searched refs:launchBounds (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car-lib/src/android/car/app/
DControlledRemoteCarTaskView.java203 Rect launchBounds = new Rect(); in startActivityInternal() local
204 ViewHelper.getBoundsOnScreen(this, launchBounds); in startActivityInternal()
205 launchBounds.set(launchBounds); in startActivityInternal()
208 + launchBounds); in startActivityInternal()
218 fillInIntent, options, launchBounds); in startActivityInternal() local
DCarTaskViewHostAidlToImplAdapter.java43 PendingIntent pendingIntent, Intent intent, Bundle options, Rect launchBounds) { in startActivity() argument
44 mCarTaskViewHost.startActivity(pendingIntent, intent, options, launchBounds); in startActivity()
DRemoteCarTaskView.java256 @Nullable Rect launchBounds) { in startActivity() argument
259 pendingIntent, fillInIntent, options.toBundle(), launchBounds); in startActivity()
DICarTaskViewHost.aidl34 …ctivity(in PendingIntent pendingIntent, in Intent intent, in Bundle options, in Rect launchBounds); in startActivity() argument
DCarTaskViewHost.java45 @Nullable Rect launchBounds); in startActivity() argument
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/taskview/
DRemoteCarTaskViewServerImpl.java117 Rect launchBounds) {
126 launchBounds);