Searched refs:mDebugLayout (Results 1 – 3 of 3) sorted by relevance
9098 if (layout != mAttachInfo.mDebugLayout) { in loadSystemProperties()9099 mAttachInfo.mDebugLayout = layout; in loadSystemProperties()
6525 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;6537 mAttachInfo.mDebugLayout = debugLayout;31000 boolean mDebugLayout = DisplayProperties.debug_layout().orElse(false); field in View.AttachInfo
63208 Landroid/view/View$AttachInfo;->mDebugLayout:Z