Home
last modified time | relevance | path

Searched refs:setLaunchBounds (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskLaunchParamsModifierTests.java601 options.setLaunchBounds(new Rect(0, 0, 100, 100)); in testBoundsInOptionsInfersFreeformOnFreeformDisplay()
636 options.setLaunchBounds(new Rect(0, 0, 100, 100)); in testBoundsInOptionsInfersFreeformWithResizeableActivity()
655 options.setLaunchBounds(expectedBounds); in testBoundsInOptionsInfersFullscreenWithBoundsOnFreeformSupportFullscreenDisplay()
742 options.setLaunchBounds(new Rect(0, 0, 100, 100)); in testKeepsPictureInPictureLaunchModeWithBoundsInOptions()
870 options.setLaunchBounds(new Rect(0, 0, 200, 100)); in testForceMaximizesUnresizeableApp()
895 options.setLaunchBounds(expectedLaunchBounds); in testLaunchesPortraitSizeCompatOnFreeformLandscapeDisplayWithFreeformSizeCompat()
949 options.setLaunchBounds(new Rect(0, 0, 200, 100)); in testSkipsForceMaximizingAppsOnNonFreeformDisplay()
1050 options.setLaunchBounds(expected); in testKeepsBoundsWithPictureInPictureLaunchModeInOptions()
1069 options.setLaunchBounds(expected); in testKeepsBoundsForMultiWindowModeInOptions()
1090 options.setLaunchBounds(expected); in testRespectsLaunchBoundsWithFreeformSourceOnFullscreenDisplay()
[all …]
DDesktopModeLaunchParamsModifierTests.java186 .setLaunchBounds(new Rect(0, 0, DISPLAY_BOUNDS.width(), DISPLAY_BOUNDS.height())); in testNonEmptyActivityOptionsBounds()
DActivityStarterTests.java465 options.setLaunchBounds(launchBounds); in testCreateTaskLayout()
1763 opts.setLaunchBounds(new Rect(10, 10, 100, 100)); in createBubbledActivity()
/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/
DTaskView.java81 o.setLaunchBounds(new Rect(0, 0, width, height)); in makeLaunchOptions()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
DTaskViewTaskController.java264 options.setLaunchBounds(launchBounds); in prepareActivityOptions()
/frameworks/base/core/java/android/app/
DActivityOptions.java1418 public ActivityOptions setLaunchBounds(@Nullable Rect screenSpacePixelRect) { in setLaunchBounds() method in ActivityOptions
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt4933 method public android.app.ActivityOptions setLaunchBounds(@Nullable android.graphics.Rect);