Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAsyncRotationController.java158 if (mTransitionOp == OP_LEGACY && w.mForceSeamlesslyRotate) { in accept()
183 final int action = mTransitionOp == OP_CHANGE_MAY_SEAMLESS || w.mForceSeamlesslyRotate in accept()
384 if (w.mForceSeamlesslyRotate && w.mHasSurface in updateRotation()
435 || (w.mForceSeamlesslyRotate && mTransitionOp == OP_LEGACY) in isAsync()
H A DWindowState.java393 final boolean mForceSeamlesslyRotate; field in WindowState
883 if (mForceSeamlesslyRotate || requested) { in seamlesslyRotateIfAllowed()
1105 mForceSeamlesslyRotate = token.mRoundedCornerOverlay; in WindowState()
4051 proto.write(FORCE_SEAMLESS_ROTATION, mForceSeamlesslyRotate); in dumpDebug()
4192 pw.print(prefix + "mForceSeamlesslyRotate=" + mForceSeamlesslyRotate in dump()
H A DDisplayRotation.java792 if (seamlesslyRotated == w.mSeamlesslyRotated || w.mForceSeamlesslyRotate) { in markForSeamlessRotation()