Searched refs:ACTION_SEAMLESS (Results 1 – 1 of 1) sorted by relevance
184 action = Operation.ACTION_SEAMLESS; in accept()191 ? Operation.ACTION_SEAMLESS : Operation.ACTION_FADE; in accept()246 if (op.mIsCompletionPending || op.mAction == Operation.ACTION_SEAMLESS) { in updateTargetWindows()383 } else if (op.mAction == Operation.ACTION_SEAMLESS) { in start()408 final Operation op = new Operation(Operation.ACTION_SEAMLESS); in updateRotation()499 return op != null && op.mAction == Operation.ACTION_SEAMLESS; in hasSeamlessOperation()716 return op.mAction != Operation.ACTION_SEAMLESS; in canDrawBeforeStartTransaction()732 @IntDef(value = { ACTION_SEAMLESS, ACTION_FADE, ACTION_TOGGLE_IME })735 static final int ACTION_SEAMLESS = 1; field in AsyncRotationController.Operation758 return mAction == ACTION_SEAMLESS && mLeash != null && mLeash.isValid(); in isValidSeamless()