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()
550 final Rect mLastDisplayBounds; field in DualDisplayAreaGroupPolicyTest.DualDisplayContent559 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()