Home
last modified time | relevance | path

Searched refs:WINDOWS_FREEZING_SCREENS_NONE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java81 import static com.android.server.wm.WindowManagerService.WINDOWS_FREEZING_SCREENS_NONE;
669 if (mService.mWindowsFreezingScreen != WINDOWS_FREEZING_SCREENS_NONE) { in performSurfacePlacement()
670 mService.mWindowsFreezingScreen = WINDOWS_FREEZING_SCREENS_NONE; in performSurfacePlacement()
924 if (mService.mWindowsFreezingScreen != WINDOWS_FREEZING_SCREENS_NONE) { in copyAnimToLayoutParams()
DWindowManagerService.java577 final static int WINDOWS_FREEZING_SCREENS_NONE = 0; field in WindowManagerService
580 int mWindowsFreezingScreen = WINDOWS_FREEZING_SCREENS_NONE;
5735 if (mWindowsFreezingScreen == WINDOWS_FREEZING_SCREENS_NONE) { in makeWindowFreezingScreenIfNeededLocked()