Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAsyncRotationController.java110 private final boolean mHasScreenRotationAnimation; field in AsyncRotationController
141 mHasScreenRotationAnimation = in AsyncRotationController()
143 if (mHasScreenRotationAnimation) { in AsyncRotationController()
358 if (mHasScreenRotationAnimation || mTransitionOp != OP_LEGACY) { in completeRotation()
388 if (mHasScreenRotationAnimation) { in start()
553 if (mHasScreenRotationAnimation && op.mAction == Operation.ACTION_FADE) { in setupStartTransaction()
693 if (mHasScreenRotationAnimation) { in getFadeInAnimation()