Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java644 private ScreenRotationAnimation mScreenRotationAnimation; field in DisplayContent
3462 final ScreenRotationAnimation prev = mScreenRotationAnimation; in setRotationAnimation()
3463 mScreenRotationAnimation = screenRotationAnimation; in setRotationAnimation()
3476 return mScreenRotationAnimation; in getRotationAnimation()
3548 return mScreenRotationAnimation != null || super.inTransition(); in inTransition()