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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java419 ScreenRotationAnimation mScreenRotationAnimation; field in class:WindowManagerService
5306 if (mScreenRotationAnimation != null && mScreenRotationAnimation.isAnimating()) {
5368 if (CUSTOM_SCREEN_ROTATION && mScreenRotationAnimation != null
5369 && mScreenRotationAnimation.hasScreenshot()) {
5370 mScreenRotationAnimation.setRotation(rotation);
7653 if (mScreenRotationAnimation != null) {
7654 if (mScreenRotationAnimation.isAnimating()) {
7655 if (mScreenRotationAnimation.stepAnimation(currentTime)) {
8653 if (mScreenRotationAnimation !
[all...]

Completed in 56 milliseconds