Searched refs:setLaunchBounds (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TaskLaunchParamsModifierTests.java | 601 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 …]
|
D | DesktopModeLaunchParamsModifierTests.java | 186 .setLaunchBounds(new Rect(0, 0, DISPLAY_BOUNDS.width(), DISPLAY_BOUNDS.height())); in testNonEmptyActivityOptionsBounds()
|
D | ActivityStarterTests.java | 465 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/ |
D | TaskView.java | 81 o.setLaunchBounds(new Rect(0, 0, width, height)); in makeLaunchOptions()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/ |
D | TaskViewTaskController.java | 264 options.setLaunchBounds(launchBounds); in prepareActivityOptions()
|
/frameworks/base/core/java/android/app/ |
D | ActivityOptions.java | 1418 public ActivityOptions setLaunchBounds(@Nullable Rect screenSpacePixelRect) { in setLaunchBounds() method in ActivityOptions
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 4933 method public android.app.ActivityOptions setLaunchBounds(@Nullable android.graphics.Rect);
|