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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowAnimator.java63 ScreenRotationAnimation mScreenRotationAnimation = null; field in class:WindowAnimator
185 if (mScreenRotationAnimation != null && mScreenRotationAnimation.isAnimating()) {
186 if (mScreenRotationAnimation.stepAnimationLocked(mCurrentTime)) {
190 mScreenRotationAnimation.kill();
191 mScreenRotationAnimation = null;
448 if (mScreenRotationAnimation != null) {
449 mScreenRotationAnimation.updateSurfaces();
466 if (mScreenRotationAnimation != null) {
468 mScreenRotationAnimation
[all...]

Completed in 52 milliseconds