Searched defs:mScreenRotationAnimation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DWindowAnimator.java159 if (displayAnimator.mScreenRotationAnimation != null) {
160 displayAnimator.mScreenRotationAnimation.kill();
161 displayAnimator.mScreenRotationAnimation = null;
666 displayAnimator.mScreenRotationAnimation;
673 displayAnimator.mScreenRotationAnimation = null;
695 displayAnimator.mScreenRotationAnimation;
863 if (displayAnimator.mScreenRotationAnimation != null) {
864 pw.print(subPrefix); pw.println("mScreenRotationAnimation:");
865 displayAnimator.mScreenRotationAnimation.printTo(subSubPrefix, pw);
948 getDisplayContentsAnimatorLocked(displayId).mScreenRotationAnimation
960 ScreenRotationAnimation mScreenRotationAnimation = null; field in class:WindowAnimator.DisplayContentsAnimator
[all...]

Completed in 35 milliseconds