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/
DWindowManagerService.java641 final static int WINDOWS_FREEZING_SCREENS_ACTIVE = 1; field in WindowManagerService
5325 mWindowsFreezingScreen = WINDOWS_FREEZING_SCREENS_ACTIVE; in makeWindowFreezingScreenIfNeededLocked()
5486 || mWindowsFreezingScreen == WINDOWS_FREEZING_SCREENS_ACTIVE in stopFreezingDisplayLocked()
DDisplayContent.java135 import static com.android.server.wm.WindowManagerService.WINDOWS_FREEZING_SCREENS_ACTIVE;
1454 mWmService.mWindowsFreezingScreen = WINDOWS_FREEZING_SCREENS_ACTIVE; in updateRotationUnchecked()