Searched refs:OP_CHANGE (Results 1 – 1 of 1) sorted by relevance
83 private static final int OP_CHANGE = 2; field in AsyncRotationController88 @IntDef(value = { OP_LEGACY, OP_APP_SWITCH, OP_CHANGE, OP_CHANGE_MAY_SEAMLESS })129 mTransitionOp = OP_CHANGE; in AsyncRotationController()142 displayContent.getRotationAnimation() != null || mTransitionOp == OP_CHANGE; in AsyncRotationController()613 if (mTransitionOp == OP_CHANGE) { in onTransitionFinished()705 final float alpha = mTransitionOp == OP_CHANGE ? 1 : 0; in getFadeOutAnimation()