Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java30 import static com.android.server.wm.WindowManagerService.WINDOWS_FREEZING_SCREENS_ACTIVE;
481 mService.mWindowsFreezingScreen = WINDOWS_FREEZING_SCREENS_ACTIVE; in updateRotationUnchecked()
DWindowManagerService.java710 final static int WINDOWS_FREEZING_SCREENS_ACTIVE = 1; field in WindowManagerService
5463 mWindowsFreezingScreen = WINDOWS_FREEZING_SCREENS_ACTIVE; in makeWindowFreezingScreenIfNeededLocked()
5623 || mWindowsFreezingScreen == WINDOWS_FREEZING_SCREENS_ACTIVE in stopFreezingDisplayLocked()