Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimator.java131 getDisplayContentsAnimatorLocked(displayId); in addDisplayLocked()
856 private DisplayContentsAnimator getDisplayContentsAnimatorLocked(int displayId) { in getDisplayContentsAnimatorLocked() method in WindowAnimator
867 getDisplayContentsAnimatorLocked(displayId).mScreenRotationAnimation = animation; in setScreenRotationAnimationLocked()
875 return getDisplayContentsAnimatorLocked(displayId).mScreenRotationAnimation; in getScreenRotationAnimationLocked()