Searched refs:mParentBounds (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | SplitController.java | 68 private final Rect mParentBounds = new Rect(); field in SplitController 183 if (!parentBounds.isEmpty() && !mParentBounds.equals(parentBounds)) { in onParentBoundsMayChange() 184 mParentBounds.set(parentBounds); in onParentBoundsMayChange() 194 if (mParentBounds.isEmpty()) { in updateAnimationOverride() 205 if (mPresenter.shouldShowSideBySide(mParentBounds, (SplitRule) rule)) { in updateAnimationOverride()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowConfigurationTests.java | 64 private Rect mParentBounds; field in WindowConfigurationTests 68 mParentBounds = new Rect(10 /*left*/, 30 /*top*/, 80 /*right*/, 60 /*bottom*/); in setUp()
|
H A D | TaskTests.java | 118 private Rect mParentBounds; field in TaskTests 122 mParentBounds = new Rect(10 /*left*/, 30 /*top*/, 80 /*right*/, 60 /*bottom*/); in setUp() 405 testRootTaskBoundsConfiguration(WINDOWING_MODE_FULLSCREEN, mParentBounds, emptyBounds, in testAppBounds_EmptyBounds() 406 mParentBounds); in testAppBounds_EmptyBounds() 412 final Rect freeFormBounds = new Rect(mParentBounds); in testAppBounds_FreeFormBounds() 414 testRootTaskBoundsConfiguration(WINDOWING_MODE_FREEFORM, mParentBounds, freeFormBounds, in testAppBounds_FreeFormBounds() 421 final Rect insetBounds = new Rect(mParentBounds); in testAppBounds_ContainedBounds() 424 WINDOWING_MODE_FREEFORM, mParentBounds, insetBounds, insetBounds); in testAppBounds_ContainedBounds()
|