Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAsyncRotationController.java103 private final boolean mHasScreenRotationAnimation; field in AsyncRotationController
134 mHasScreenRotationAnimation = in AsyncRotationController()
136 if (mHasScreenRotationAnimation) { in AsyncRotationController()
336 if (mHasScreenRotationAnimation || mTransitionOp != OP_LEGACY) { in completeRotation()
366 if (mHasScreenRotationAnimation) { in start()
499 if (mHasScreenRotationAnimation && op.mAction == Operation.ACTION_FADE) { in setupStartTransaction()
620 if (mHasScreenRotationAnimation) { in getFadeInAnimation()