Searched refs:mDebugLayout (Results 1 – 3 of 3) sorted by relevance
6826 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;6838 mAttachInfo.mDebugLayout = debugLayout;32069 boolean mDebugLayout = DisplayProperties.debug_layout().orElse(false); field in View.AttachInfo
9909 if (layout != mAttachInfo.mDebugLayout) { in loadSystemProperties()9910 mAttachInfo.mDebugLayout = layout; in loadSystemProperties()
62565 Landroid/view/View$AttachInfo;->mDebugLayout:Z