Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerDebugConfig.java67 static final boolean DEBUG_DISPLAY = false; field in WindowManagerDebugConfig
DRootWindowContainer.java35 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DISPLAY;
240 if (DEBUG_DISPLAY) Slog.v(TAG_WM, "Adding display=" + display); in createDisplayContent()
DDisplayContent.java106 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DISPLAY;
2290 if (DEBUG_DISPLAY) { in setMaxUiWidth()
2311 if (DEBUG_DISPLAY) { in updateBaseDisplayMetrics()
2581 if (DEBUG_DISPLAY) Slog.v(TAG_WM, "Removing display=" + this); in removeImmediately()
DWindowManagerService.java84 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DISPLAY;
7404 if (DEBUG_DISPLAY) { in setVr2dDisplayId()