Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java5933 if (layout != mAttachInfo.mDebugLayout) { in loadSystemProperties()
5934 mAttachInfo.mDebugLayout = layout; in loadSystemProperties()
DViewGroup.java584 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout; in debugDraw()
DView.java23123 boolean mDebugLayout = SystemProperties.getBoolean(DEBUG_LAYOUT_PROPERTY, false); field in AttachInfo