Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTaskOrganizer.java238 private @Surface.Rotation int mNextRotation; field in PipTaskOrganizer
788 mNextRotation = newRotation; in onFixedRotationStarted()
949 rotateBounds(rotatedEndBounds, displayBounds, mNextRotation, mCurrentRotation); in onMovementBoundsChanged()
1320 ? deltaRotation(mCurrentRotation, mNextRotation) in animateResizePip()
1359 mPipBoundsState.getDisplayLayout().rotateTo(mContext.getResources(), mNextRotation); in computeRotatedBounds() local
1363 rotateBounds(outDestinationBounds, displayBounds, mNextRotation, mCurrentRotation); in computeRotatedBounds()