Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAsyncRotationController.java83 private static final int OP_CHANGE = 2; field in AsyncRotationController
88 @IntDef(value = { OP_LEGACY, OP_APP_SWITCH, OP_CHANGE, OP_CHANGE_MAY_SEAMLESS })
122 mTransitionOp = OP_CHANGE; in AsyncRotationController()
135 displayContent.getRotationAnimation() != null || mTransitionOp == OP_CHANGE; in AsyncRotationController()
544 if (mTransitionOp == OP_CHANGE) { in onTransitionFinished()
632 final float alpha = mTransitionOp == OP_CHANGE ? 1 : 0; in getFadeOutAnimation()