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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowAnimator.java115 if (displayAnimator.mScreenRotationAnimation != null) {
116 displayAnimator.mScreenRotationAnimation.kill();
117 displayAnimator.mScreenRotationAnimation = null;
484 displayAnimator.mScreenRotationAnimation;
491 displayAnimator.mScreenRotationAnimation = null;
512 mDisplayContentsAnimators.valueAt(i).mScreenRotationAnimation;
612 if (displayAnimator.mScreenRotationAnimation != null) {
613 pw.print(subPrefix); pw.println("mScreenRotationAnimation:");
614 displayAnimator.mScreenRotationAnimation.printTo(subSubPrefix, pw);
679 getDisplayContentsAnimatorLocked(displayId).mScreenRotationAnimation
687 ScreenRotationAnimation mScreenRotationAnimation = null; field in class:WindowAnimator.DisplayContentsAnimator
[all...]

Completed in 32 milliseconds