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

/frameworks/base/core/java/android/view/
H A DView.java5421 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;
25549 boolean mDebugLayout = SystemProperties.getBoolean(DEBUG_LAYOUT_PROPERTY, false); field in class:View.AttachInfo

Completed in 122 milliseconds