Searched refs:mDebugLayout (Results 1 – 4 of 4) sorted by relevance
221 private SwitchPreference mDebugLayout; field in DevelopmentFragment393 mDebugLayout = findAndInitSwitchPref(DEBUG_LAYOUT_KEY); in onCreatePreferences()1162 updateSwitchPreference(mDebugLayout, in updateDebugLayoutOptions()1167 DisplayProperties.debug_layout(mDebugLayout.isChecked()); in writeDebugLayoutOptions()1655 } else if (preference == mDebugLayout) { in onPreferenceTreeClick()
8346 if (layout != mAttachInfo.mDebugLayout) { in loadSystemProperties()8347 mAttachInfo.mDebugLayout = layout; in loadSystemProperties()
6326 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;6338 mAttachInfo.mDebugLayout = debugLayout;29635 boolean mDebugLayout = DisplayProperties.debug_layout().orElse(false); field in View.AttachInfo
66531 Landroid/view/View$AttachInfo;->mDebugLayout:Z