Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java6826 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;
6838 mAttachInfo.mDebugLayout = debugLayout;
32069 boolean mDebugLayout = DisplayProperties.debug_layout().orElse(false); field in View.AttachInfo
DViewRootImpl.java9909 if (layout != mAttachInfo.mDebugLayout) { in loadSystemProperties()
9910 mAttachInfo.mDebugLayout = layout; in loadSystemProperties()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62565 Landroid/view/View$AttachInfo;->mDebugLayout:Z