Searched refs:DEBUG_SCREEN_ON (Results 1 – 4 of 4) sorted by relevance
59 static final boolean DEBUG_SCREEN_ON = false; field in WindowManagerDebugConfig
92 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_SCREEN_ON;2107 if (DEBUG_SCREEN_ON) { in relayoutWindow()3323 … if (DEBUG_SCREEN_ON || DEBUG_BOOT) Slog.i(TAG_WM, "******************** ENABLING SCREEN!"); in performEnableScreen()5340 if (DEBUG_SCREEN_ON) Slog.i(TAG_WM, "Waiting for drawn " + win + in checkDrawnWindowsLocked()5346 if (DEBUG_SCREEN_ON) Slog.w(TAG_WM, "Aborted waiting for drawn: " + win); in checkDrawnWindowsLocked()5350 if (DEBUG_SCREEN_ON) Slog.d(TAG_WM, "Window drawn win=" + win); in checkDrawnWindowsLocked()5355 if (DEBUG_SCREEN_ON) Slog.d(TAG_WM, "All windows drawn!"); in checkDrawnWindowsLocked()
107 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_SCREEN_ON;765 if (DEBUG_SCREEN_ON) Slog.d(TAG, in finishScreenTurningOn()777 if (DEBUG_SCREEN_ON) Slog.i(TAG, "Finished screen turning on..."); in finishScreenTurningOn()
113 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_SCREEN_ON;3541 if (DEBUG_SCREEN_ON || DEBUG_BOOT) Slog.i(TAG_WM, in checkWaitingForWindows()