Home
last modified time | relevance | path

Searched refs:mLastDisplayBounds (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DCounterRotatorHelper.java41 private final Rect mLastDisplayBounds = new Rect(); field in CounterRotatorHelper
54 mLastDisplayBounds.set(displayBounds); in handleClosingChanges()
93 RotationUtils.rotateBounds(rotatedBounds, mLastDisplayBounds, mLastRotationDelta); in getEndBoundsInStartRotation()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDualDisplayAreaGroupPolicyTest.java550 final Rect mLastDisplayBounds; field in DualDisplayAreaGroupPolicyTest.DualDisplayContent
559 mLastDisplayBounds = new Rect(getBounds()); in DualDisplayContent()
587 if (mLastDisplayBounds != null && !mLastDisplayBounds.equals(curBounds)) { in onConfigurationChanged()
588 mLastDisplayBounds.set(curBounds); in onConfigurationChanged()
599 final Rect bounds = mLastDisplayBounds; in updateDisplayAreaGroupBounds()