Searched refs:WINDOWS_FREEZING_SCREENS_NONE (Results 1 – 2 of 2) sorted by relevance
53 import static com.android.server.wm.WindowManagerService.WINDOWS_FREEZING_SCREENS_NONE;407 if (mService.mWindowsFreezingScreen != WINDOWS_FREEZING_SCREENS_NONE) { in performSurfacePlacementInner()408 mService.mWindowsFreezingScreen = WINDOWS_FREEZING_SCREENS_NONE; in performSurfacePlacementInner()1717 if (mService.mWindowsFreezingScreen != WINDOWS_FREEZING_SCREENS_NONE) { in copyAnimToLayoutParamsLocked()
579 final static int WINDOWS_FREEZING_SCREENS_NONE = 0; field in WindowManagerService582 int mWindowsFreezingScreen = WINDOWS_FREEZING_SCREENS_NONE;9229 if (mWindowsFreezingScreen == WINDOWS_FREEZING_SCREENS_NONE) { in makeWindowFreezingScreenIfNeededLocked()