Home | History | Annotate | Download | only in wm

Lines Matching refs:screenRotationAnimation

483                 final ScreenRotationAnimation screenRotationAnimation =
485 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating()) {
486 if (screenRotationAnimation.stepAnimationLocked(mCurrentTime)) {
490 screenRotationAnimation.kill();
511 final ScreenRotationAnimation screenRotationAnimation =
513 if (screenRotationAnimation != null) {
514 screenRotationAnimation.updateSurfacesInTransaction();
616 pw.print(subPrefix); pw.println("no ScreenRotationAnimation ");
678 void setScreenRotationAnimationLocked(int displayId, ScreenRotationAnimation animation) {
682 ScreenRotationAnimation getScreenRotationAnimationLocked(int displayId) {
687 ScreenRotationAnimation mScreenRotationAnimation = null;