Searched refs:DEBUG_SCREEN_ON (Results 1 – 2 of 2) sorted by relevance
58 static final boolean DEBUG_SCREEN_ON = false; field in WindowManagerDebugConfig
230 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_SCREEN_ON;2842 if (DEBUG_SCREEN_ON) { in relayoutWindow()5822 if (DEBUG_SCREEN_ON || DEBUG_BOOT) { in checkWaitingForWindowsLocked()5893 … if (DEBUG_SCREEN_ON || DEBUG_BOOT) Slog.i(TAG_WM, "******************** ENABLING SCREEN!"); in performEnableScreen()9388 if (DEBUG_SCREEN_ON) Slog.i(TAG_WM, "Waiting for drawn " + win + in checkDrawnWindowsLocked()9394 if (DEBUG_SCREEN_ON) Slog.w(TAG_WM, "Aborted waiting for drawn: " + win); in checkDrawnWindowsLocked()9398 if (DEBUG_SCREEN_ON) Slog.d(TAG_WM, "Window drawn win=" + win); in checkDrawnWindowsLocked()9403 if (DEBUG_SCREEN_ON) Slog.d(TAG_WM, "All windows drawn!"); in checkDrawnWindowsLocked()