Searched refs:mDebugLayout (Results 1 – 3 of 3) sorted by relevance
7204 if (layout != mAttachInfo.mDebugLayout) { in loadSystemProperties()7205 mAttachInfo.mDebugLayout = layout; in loadSystemProperties()
6042 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;28169 boolean mDebugLayout = DisplayProperties.debug_layout().orElse(false); field in View.AttachInfo
83143 Landroid/view/View$AttachInfo;->mDebugLayout:Z