Home
last modified time | relevance | path

Searched refs:mDebugLayout (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DDevelopmentFragment.java221 private SwitchPreference mDebugLayout; field in DevelopmentFragment
393 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()
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java8346 if (layout != mAttachInfo.mDebugLayout) { in loadSystemProperties()
8347 mAttachInfo.mDebugLayout = layout; in loadSystemProperties()
H A DView.java6326 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;
6338 mAttachInfo.mDebugLayout = debugLayout;
29635 boolean mDebugLayout = DisplayProperties.debug_layout().orElse(false); field in View.AttachInfo
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66531 Landroid/view/View$AttachInfo;->mDebugLayout:Z