Home
last modified time | relevance | path

Searched defs:DEBUG_LAYOUT (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerDebugConfig.java37 static final boolean DEBUG_LAYOUT = false; field in WindowManagerDebugConfig
/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java265 private static final boolean DEBUG_LAYOUT = false || LOCAL_LOGV; field in ViewRootImpl