HomeSort by relevance Sort by last modified time
    Searched defs:mScreenRotationAnimation (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
WindowAnimator.java 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())
    [all...]
AppWindowAnimator.java 136 final boolean screenAnimation = mAnimator.mScreenRotationAnimation != null
137 && mAnimator.mScreenRotationAnimation.isAnimating();
140 mAnimator.mScreenRotationAnimation.getEnterTransformation());

Completed in 269 milliseconds