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.java105 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DISPLAY;
2283 if (DEBUG_DISPLAY) { in setMaxUiWidth()
2304 if (DEBUG_DISPLAY) { in updateBaseDisplayMetrics()
2571 if (DEBUG_DISPLAY) Slog.v(TAG_WM, "Removing display=" + this); in removeImmediately()
DWindowManagerService.java84 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DISPLAY;
7372 if (DEBUG_DISPLAY) { in setVr2dDisplayId()