Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowController.java19 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DISPLAY;
60 if (DEBUG_DISPLAY) Slog.i(TAG_WM, "removeDisplay: could not find displayId=" in removeContainer()
DWindowManagerDebugConfig.java67 static final boolean DEBUG_DISPLAY = false; field in WindowManagerDebugConfig
DRootWindowContainer.java63 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DISPLAY;
222 if (DEBUG_DISPLAY) Slog.v(TAG_WM, "Adding display=" + display); in createDisplayContent()
240 if (DEBUG_DISPLAY) { in createDisplayContent()
DDisplayContent.java70 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DISPLAY;
1794 if (DEBUG_DISPLAY) { in setMaxUiWidth()
1815 if (DEBUG_DISPLAY) { in updateBaseDisplayMetrics()
2002 if (DEBUG_DISPLAY) Slog.v(TAG_WM, "Removing display=" + this); in removeImmediately()
DWindowManagerService.java78 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DISPLAY;
7421 if (DEBUG_DISPLAY) { in setVr2dDisplayId()