Searched refs:mDebugLayout (Results 1 – 3 of 3) sorted by relevance
5933 if (layout != mAttachInfo.mDebugLayout) { in loadSystemProperties()5934 mAttachInfo.mDebugLayout = layout; in loadSystemProperties()
584 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout; in debugDraw()
23123 boolean mDebugLayout = SystemProperties.getBoolean(DEBUG_LAYOUT_PROPERTY, false); field in AttachInfo