Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerDebugConfig.java68 static final boolean DEBUG_DISPLAY = false; field in WindowManagerDebugConfig
DRootWindowContainer.java63 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DISPLAY;
232 if (DEBUG_DISPLAY) Slog.v(TAG_WM, "Adding display=" + display); in createDisplayContent()
DDisplayContent.java62 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DISPLAY;
1661 if (DEBUG_DISPLAY) { in setMaxUiWidth()
1682 if (DEBUG_DISPLAY) { in updateBaseDisplayMetrics()
1889 if (DEBUG_DISPLAY) Slog.v(TAG_WM, "Removing display=" + this); in removeImmediately()