Searched refs:WINDOWS_FREEZING_SCREENS_NONE (Results 1 – 2 of 2) sorted by relevance
83 import static com.android.server.wm.WindowManagerService.WINDOWS_FREEZING_SCREENS_NONE;853 if (mWmService.mWindowsFreezingScreen != WINDOWS_FREEZING_SCREENS_NONE) { in performSurfacePlacementNoTrace()854 mWmService.mWindowsFreezingScreen = WINDOWS_FREEZING_SCREENS_NONE; in performSurfacePlacementNoTrace()1099 if (mWmService.mWindowsFreezingScreen != WINDOWS_FREEZING_SCREENS_NONE) { in copyAnimToLayoutParams()
741 final static int WINDOWS_FREEZING_SCREENS_NONE = 0; field in WindowManagerService744 int mWindowsFreezingScreen = WINDOWS_FREEZING_SCREENS_NONE;6350 if (mWindowsFreezingScreen == WINDOWS_FREEZING_SCREENS_NONE) { in makeWindowFreezingScreenIfNeededLocked()