Searched refs:mLastDisplayBounds (Results 1 – 2 of 2) sorted by relevance
41 private final Rect mLastDisplayBounds = new Rect(); field in CounterRotatorHelper54 mLastDisplayBounds.set(displayBounds); in handleClosingChanges()93 RotationUtils.rotateBounds(rotatedBounds, mLastDisplayBounds, mLastRotationDelta); in getEndBoundsInStartRotation()
564 final Rect mLastDisplayBounds; field in DualDisplayAreaGroupPolicyTest.DualDisplayContent573 mLastDisplayBounds = new Rect(getBounds()); in DualDisplayContent()601 if (mLastDisplayBounds != null && !mLastDisplayBounds.equals(curBounds)) { in onConfigurationChanged()602 mLastDisplayBounds.set(curBounds); in onConfigurationChanged()613 final Rect bounds = mLastDisplayBounds; in updateDisplayAreaGroupBounds()