Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java574 private ScreenRotationAnimation mScreenRotationAnimation; field in DisplayContent
3184 if (mScreenRotationAnimation != null) { in setRotationAnimation()
3185 mScreenRotationAnimation.kill(); in setRotationAnimation()
3187 mScreenRotationAnimation = screenRotationAnimation; in setRotationAnimation()
3200 return mScreenRotationAnimation; in getRotationAnimation()
3229 return mScreenRotationAnimation != null || super.inTransition(); in inTransition()