Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTaskOrganizer.java272 private @Surface.Rotation int mNextRotation; field in PipTaskOrganizer
784 mNextRotation = newRotation; in onFixedRotationStarted()
937 rotateBounds(rotatedEndBounds, displayBounds, mNextRotation, mCurrentRotation); in onMovementBoundsChanged()
1292 ? deltaRotation(mCurrentRotation, mNextRotation) in animateResizePip()
1327 mPipBoundsState.getDisplayLayout().rotateTo(mContext.getResources(), mNextRotation); in computeRotatedBounds() local
1331 rotateBounds(outDestinationBounds, displayBounds, mNextRotation, mCurrentRotation); in computeRotatedBounds()