Home | History | Annotate | Download | only in wm

Lines Matching defs:mScreenRotationAnimation

69     ScreenRotationAnimation mScreenRotationAnimation = null;
191 if (mScreenRotationAnimation != null && mScreenRotationAnimation.isAnimating()) {
192 if (mScreenRotationAnimation.stepAnimationLocked(mCurrentTime)) {
196 mScreenRotationAnimation.kill();
197 mScreenRotationAnimation = null;
465 if (mScreenRotationAnimation != null) {
466 mScreenRotationAnimation.updateSurfaces();
483 if (mScreenRotationAnimation != null) {
485 mScreenRotationAnimation.getEnterTransformation().getMatrix());