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/
DDisplayContent.java91 import static com.android.server.wm.WindowManagerService.WINDOWS_FREEZING_SCREENS_ACTIVE;
987 mService.mWindowsFreezingScreen = WINDOWS_FREEZING_SCREENS_ACTIVE; in updateRotationUnchecked()
DWindowManagerService.java578 final static int WINDOWS_FREEZING_SCREENS_ACTIVE = 1; field in WindowManagerService
5736 mWindowsFreezingScreen = WINDOWS_FREEZING_SCREENS_ACTIVE; in makeWindowFreezingScreenIfNeededLocked()
6010 || mWindowsFreezingScreen == WINDOWS_FREEZING_SCREENS_ACTIVE in stopFreezingDisplayLocked()