Home
last modified time | relevance | path

Searched refs:setAppBounds (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowConfigurationTests.java84 winConfig1.setAppBounds(0, 1, 1, 0); in testDiff()
85 winConfig2.setAppBounds(1, 2, 2, 1); in testDiff()
86 winConfig3.setAppBounds(winConfig1.getAppBounds()); in testDiff()
88 winConfig5.setAppBounds(winConfig1.getAppBounds()); in testDiff()
127 winConfig1.setAppBounds(1, 2, 3, 4); in testConfigurationCompareTo()
149 winConfig2.setAppBounds(0, 2, 3, 4); in testConfigurationCompareTo()
152 winConfig2.setAppBounds(winConfig1.getAppBounds()); in testConfigurationCompareTo()
DCameraCompatFreeformPolicyTests.java354 configuration.windowConfiguration.setAppBounds(bounds); in createConfiguration()
DConfigurationContainerTests.java293 config.windowConfiguration.setAppBounds(10, 10, 10, 10); in testRegisterConfigurationChangeListener()
DSizeCompatTests.java1833 .setAppBounds(/* left */ 0, /* top */ 0, screenWidth, screenHeight); in testDefaultLetterboxAspectRatioForMultiWindowMode_fixedOrientationApp()
1864 .setAppBounds(/* left */ 0, /* top */ 0, screenWidth, screenHeight); in testDefaultLetterboxAspectRatioForMultiWindowMode_fixedOrientationAppWithMinRatio()
2378 .setAppBounds(0, topInset, screenWidth, screenHeight);
2414 .setAppBounds(leftInset, 0, screenWidth, screenHeight);
3756 display.getWindowConfiguration().setAppBounds(0, 0, 2200, 1800);
4050 display.getWindowConfiguration().setAppBounds(0, 0, 1800, 2200);
DTaskTests.java813 parentConfig.windowConfiguration.setAppBounds(parentAppBounds); in testComputeConfigResourceOverrides()
884 parentConfig.windowConfiguration.setAppBounds(fullScreenBounds); in testComputeConfigResourceLayoutOverrides()
2036 parentConfig.windowConfiguration.setAppBounds(parentBounds); in testRootTaskBoundsConfiguration()
DContentRecorderTests.java368 configuration.windowConfiguration.setAppBounds( in testOnTaskBoundsConfigurationChanged_notifiesCallback()
DDisplayAreaTest.java436 displayConfig.windowConfiguration.setAppBounds(displayAppBounds); in testRestrictAppBoundsToOverrideBounds()
/frameworks/base/core/java/android/app/
DWindowConfiguration.java288 public void setAppBounds(@Nullable Rect rect) { in setAppBounds() method in WindowConfiguration
294 setAppBounds(rect.left, rect.top, rect.right, rect.bottom); in setAppBounds()
354 public void setAppBounds(int left, int top, int right, int bottom) { in setAppBounds() method in WindowConfiguration
429 setAppBounds(other.mAppBounds); in setTo()
446 setAppBounds(null); in setToDefaults()
499 setAppBounds(delta.mAppBounds); in updateFrom()
541 setAppBounds(delta.mAppBounds); in setTo()
DResourcesManager.java1026 config.windowConfiguration.setAppBounds(null); in rebaseKeyForActivity()
1386 rebasedOverrideConfig.windowConfiguration.setAppBounds(null); in rebaseActivityOverrideConfig()
/frameworks/base/core/tests/mockingcoretests/src/android/view/
DDisplayTest.java99 mApplicationContext.getResources().getConfiguration().windowConfiguration.setAppBounds( in setupTests()
300 .setAppBounds(buildAppBounds(LOGICAL_WIDTH, LOGICAL_HEIGHT - 10)); in testGetRealSize_resourcesPortraitSandboxed_matchesDisplayAreaSandboxBounds()
327 .setAppBounds(buildAppBounds(LOGICAL_HEIGHT, LOGICAL_WIDTH - 10)); in testGetRealSize_resourcesLandscapeSandboxed_matchesDisplayAreaSandboxBounds()
420 .setAppBounds(buildAppBounds(LOGICAL_WIDTH, LOGICAL_HEIGHT - 10)); in testGetRealMetrics_resourcesPortraitSandboxed_matchesDisplayAreaSandboxBounds()
447 .setAppBounds(buildAppBounds(LOGICAL_HEIGHT, LOGICAL_WIDTH - 10)); in testGetRealMetrics_resourcesLandscapeSandboxed_matchesDisplayAreaSandboxBounds()
/frameworks/base/core/tests/mockingcoretests/src/android/window/
DConfigurationHelperTest.java145 newConfig.windowConfiguration.setAppBounds(new Rect(0, 0, 10, 10)); in testShouldUpdateResources_DifferentNonPublicConfig_ReturnsTrue()
/frameworks/base/services/core/java/com/android/server/wm/
DTransparentPolicy.java283 transparentOverrideConfig.windowConfiguration.setAppBounds(new Rect()); in start()
DConfigurationContainer.java236 inOutConfig.windowConfiguration.setAppBounds(null); in applySizeOverrideIfNeeded()
255 inOutConfig.windowConfiguration.setAppBounds( in applySizeOverrideIfNeeded()
DDisplayArea.java674 resolvedConfig.windowConfiguration.setAppBounds(appBounds); in resolveOverrideConfiguration()
DTaskFragment.java2359 inOutConfig.windowConfiguration.setAppBounds(mTmpFullBounds); in computeConfigResourceOverrides()
DDisplayContent.java2450 outConfig.windowConfiguration.setAppBounds(info.mNonDecorFrame); in computeScreenAppConfiguration()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java444 config.windowConfiguration.setAppBounds(bounds); in getConfiguration()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageTaskListener.java433 wct.setAppBounds(mRootTaskInfo.token, null); in resetBounds()
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java122 public WindowContainerTransaction setAppBounds( in setAppBounds() method in WindowContainerTransaction
125 chg.mConfiguration.windowConfiguration.setAppBounds(appBounds); in setAppBounds()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityThreadTest.java683 newAppConfig.windowConfiguration.setAppBounds(newBounds); in testHandleConfigurationChanged_DoesntOverrideActivityConfig()
/frameworks/base/config/
Dboot-profile.txt565 Landroid/app/WindowConfiguration;->setAppBounds(Landroid/graphics/Rect;)V
Dboot-image-profile.txt2877 HSPLandroid/app/WindowConfiguration;->setAppBounds(IIII)V+]Landroid/graphics/Rect;Landroid/graphics…
2878 HSPLandroid/app/WindowConfiguration;->setAppBounds(Landroid/graphics/Rect;)V
/frameworks/base/core/api/
Dtest-current.txt548 method public void setAppBounds(@Nullable android.graphics.Rect);
4353 …method @NonNull public android.window.WindowContainerTransaction setAppBounds(@NonNull android.win…
/frameworks/base/boot/
Dboot-image-profile.txt2877 HSPLandroid/app/WindowConfiguration;->setAppBounds(IIII)V+]Landroid/graphics/Rect;Landroid/graphics…
2878 HSPLandroid/app/WindowConfiguration;->setAppBounds(Landroid/graphics/Rect;)V
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt9632 Landroid/app/WindowConfiguration;->setAppBounds(IIII)V