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/
DWindowSurfacePlacer.java53 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()
DWindowManagerService.java579 final static int WINDOWS_FREEZING_SCREENS_NONE = 0; field in WindowManagerService
582 int mWindowsFreezingScreen = WINDOWS_FREEZING_SCREENS_NONE;
9229 if (mWindowsFreezingScreen == WINDOWS_FREEZING_SCREENS_NONE) { in makeWindowFreezingScreenIfNeededLocked()