Searched refs:mForceSeamlesslyRotate (Results 1 – 3 of 3) sorted by relevance
158 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()
393 final boolean mForceSeamlesslyRotate; field in WindowState883 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()
792 if (seamlesslyRotated == w.mSeamlesslyRotated || w.mForceSeamlesslyRotate) { in markForSeamlessRotation()