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.java151 getDisplayContentsAnimatorLocked(displayId); in addDisplayLocked()
940 private DisplayContentsAnimator getDisplayContentsAnimatorLocked(int displayId) { in getDisplayContentsAnimatorLocked() method in WindowAnimator
951 getDisplayContentsAnimatorLocked(displayId).mScreenRotationAnimation = animation; in setScreenRotationAnimationLocked()
959 return getDisplayContentsAnimatorLocked(displayId).mScreenRotationAnimation; in getScreenRotationAnimationLocked()