Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java6807 if (layout != mAttachInfo.mDebugLayout) { in loadSystemProperties()
6808 mAttachInfo.mDebugLayout = layout; in loadSystemProperties()
DView.java5681 return DEBUG_DRAW || mAttachInfo != null && mAttachInfo.mDebugLayout;
26678 boolean mDebugLayout = SystemProperties.getBoolean(DEBUG_LAYOUT_PROPERTY, false); field in View.AttachInfo
/frameworks/base/config/
Dhiddenapi-private-dex.txt96867 Landroid/view/View$AttachInfo;->mDebugLayout:Z