Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DCounterRotatorHelper.java42 private int mLastRotationDelta; field in CounterRotatorHelper
53 mLastRotationDelta = rotationDelta; in handleClosingChanges()
91 if (mLastRotationDelta == 0) return change.getEndAbsBounds(); in getEndBoundsInStartRotation()
93 RotationUtils.rotateBounds(rotatedBounds, mLastDisplayBounds, mLastRotationDelta); in getEndBoundsInStartRotation()
108 mLastRotationDelta = 0; in cleanUp()