Home
last modified time | relevance | path

Searched refs:CUSTOM_SCREEN_ROTATION (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java81 import static com.android.server.wm.WindowManagerService.CUSTOM_SCREEN_ROTATION;
1033 if (CUSTOM_SCREEN_ROTATION && screenRotationAnimation != null in updateRotationUnchecked()
DWindowManagerService.java312 static final boolean CUSTOM_SCREEN_ROTATION = true; field in WindowManagerService
5982 if (CUSTOM_SCREEN_ROTATION) { in startFreezingDisplayLocked()
6051 if (CUSTOM_SCREEN_ROTATION && screenRotationAnimation != null in stopFreezingDisplayLocked()