Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java9098 if (layout != mAttachInfo.mDebugLayout) { in loadSystemProperties()
9099 mAttachInfo.mDebugLayout = layout; in loadSystemProperties()
H A DView.java6525 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;
6537 mAttachInfo.mDebugLayout = debugLayout;
31000 boolean mDebugLayout = DisplayProperties.debug_layout().orElse(false); field in View.AttachInfo
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63208 Landroid/view/View$AttachInfo;->mDebugLayout:Z