Searched refs:OP_LEGACY (Results 1 – 1 of 1) sorted by relevance
79 private static final int OP_LEGACY = 0; field in AsyncRotationController88 @IntDef(value = { OP_LEGACY, OP_APP_SWITCH, OP_CHANGE, OP_CHANGE_MAY_SEAMLESS })134 mTransitionOp = OP_LEGACY; in AsyncRotationController()152 if (mTransitionOp == OP_LEGACY) { in AsyncRotationController()165 if (mTransitionOp == OP_LEGACY && w.mForceSeamlesslyRotate) { in accept()173 if (mTransitionOp == OP_LEGACY) { in accept()234 if (mTransitionOp == OP_LEGACY) return; in updateTargetWindows()358 if (mHasScreenRotationAnimation || mTransitionOp != OP_LEGACY) { in completeRotation()478 || (w.mForceSeamlesslyRotate && mTransitionOp == OP_LEGACY) in isAsync()509 return mTransitionOp != OP_LEGACY && (isSeamlessTransition() in shouldFreezeInsetsPosition()[all …]