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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java5659 if (layout != mAttachInfo.mDebugLayout) {
5660 mAttachInfo.mDebugLayout = layout;
H A DViewGroup.java579 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;
H A DView.java21857 boolean mDebugLayout = SystemProperties.getBoolean(DEBUG_LAYOUT_PROPERTY, false); field in class:View.AttachInfo

Completed in 135 milliseconds