/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowConfigurationTests.java | 84 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()
|
D | CameraCompatFreeformPolicyTests.java | 354 configuration.windowConfiguration.setAppBounds(bounds); in createConfiguration()
|
D | ConfigurationContainerTests.java | 293 config.windowConfiguration.setAppBounds(10, 10, 10, 10); in testRegisterConfigurationChangeListener()
|
D | SizeCompatTests.java | 1833 .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);
|
D | TaskTests.java | 813 parentConfig.windowConfiguration.setAppBounds(parentAppBounds); in testComputeConfigResourceOverrides() 884 parentConfig.windowConfiguration.setAppBounds(fullScreenBounds); in testComputeConfigResourceLayoutOverrides() 2036 parentConfig.windowConfiguration.setAppBounds(parentBounds); in testRootTaskBoundsConfiguration()
|
D | ContentRecorderTests.java | 368 configuration.windowConfiguration.setAppBounds( in testOnTaskBoundsConfigurationChanged_notifiesCallback()
|
D | DisplayAreaTest.java | 436 displayConfig.windowConfiguration.setAppBounds(displayAppBounds); in testRestrictAppBoundsToOverrideBounds()
|
/frameworks/base/core/java/android/app/ |
D | WindowConfiguration.java | 288 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()
|
D | ResourcesManager.java | 1026 config.windowConfiguration.setAppBounds(null); in rebaseKeyForActivity() 1386 rebasedOverrideConfig.windowConfiguration.setAppBounds(null); in rebaseActivityOverrideConfig()
|
/frameworks/base/core/tests/mockingcoretests/src/android/view/ |
D | DisplayTest.java | 99 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/ |
D | ConfigurationHelperTest.java | 145 newConfig.windowConfiguration.setAppBounds(new Rect(0, 0, 10, 10)); in testShouldUpdateResources_DifferentNonPublicConfig_ReturnsTrue()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TransparentPolicy.java | 283 transparentOverrideConfig.windowConfiguration.setAppBounds(new Rect()); in start()
|
D | ConfigurationContainer.java | 236 inOutConfig.windowConfiguration.setAppBounds(null); in applySizeOverrideIfNeeded() 255 inOutConfig.windowConfiguration.setAppBounds( in applySizeOverrideIfNeeded()
|
D | DisplayArea.java | 674 resolvedConfig.windowConfiguration.setAppBounds(appBounds); in resolveOverrideConfiguration()
|
D | TaskFragment.java | 2359 inOutConfig.windowConfiguration.setAppBounds(mTmpFullBounds); in computeConfigResourceOverrides()
|
D | DisplayContent.java | 2450 outConfig.windowConfiguration.setAppBounds(info.mNonDecorFrame); in computeScreenAppConfiguration()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderAction.java | 444 config.windowConfiguration.setAppBounds(bounds); in getConfiguration()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | StageTaskListener.java | 433 wct.setAppBounds(mRootTaskInfo.token, null); in resetBounds()
|
/frameworks/base/core/java/android/window/ |
D | WindowContainerTransaction.java | 122 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/ |
D | ActivityThreadTest.java | 683 newAppConfig.windowConfiguration.setAppBounds(newBounds); in testHandleConfigurationChanged_DoesntOverrideActivityConfig()
|
/frameworks/base/config/ |
D | boot-profile.txt | 565 Landroid/app/WindowConfiguration;->setAppBounds(Landroid/graphics/Rect;)V
|
D | boot-image-profile.txt | 2877 HSPLandroid/app/WindowConfiguration;->setAppBounds(IIII)V+]Landroid/graphics/Rect;Landroid/graphics… 2878 HSPLandroid/app/WindowConfiguration;->setAppBounds(Landroid/graphics/Rect;)V
|
/frameworks/base/core/api/ |
D | test-current.txt | 548 method public void setAppBounds(@Nullable android.graphics.Rect); 4353 …method @NonNull public android.window.WindowContainerTransaction setAppBounds(@NonNull android.win…
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 2877 HSPLandroid/app/WindowConfiguration;->setAppBounds(IIII)V+]Landroid/graphics/Rect;Landroid/graphics… 2878 HSPLandroid/app/WindowConfiguration;->setAppBounds(Landroid/graphics/Rect;)V
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 9632 Landroid/app/WindowConfiguration;->setAppBounds(IIII)V
|