Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerDebugConfig.java67 static final boolean DEBUG_DISPLAY = false; field in WindowManagerDebugConfig
DWindowManagerService.java222 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DISPLAY;
10888 if (DEBUG_DISPLAY) Slog.v(TAG_WM, "Adding display=" + display); in newDisplayContentLocked()
10993 if (DEBUG_DISPLAY) Slog.v(TAG_WM, "Removing display=" + displayContent); in handleDisplayRemovedLocked()