Searched refs:WINDOWS_FREEZING_SCREENS_NONE (Results 1 – 2 of 2) sorted by relevance
52 import static com.android.server.wm.WindowManagerService.WINDOWS_FREEZING_SCREENS_NONE;659 if (mWmService.mWindowsFreezingScreen != WINDOWS_FREEZING_SCREENS_NONE) { in performSurfacePlacementNoTrace()660 mWmService.mWindowsFreezingScreen = WINDOWS_FREEZING_SCREENS_NONE; in performSurfacePlacementNoTrace()951 if (mWmService.mWindowsFreezingScreen != WINDOWS_FREEZING_SCREENS_NONE) { in copyAnimToLayoutParams()
640 final static int WINDOWS_FREEZING_SCREENS_NONE = 0; field in WindowManagerService643 int mWindowsFreezingScreen = WINDOWS_FREEZING_SCREENS_NONE;5324 if (mWindowsFreezingScreen == WINDOWS_FREEZING_SCREENS_NONE) { in makeWindowFreezingScreenIfNeededLocked()