Home
last modified time | relevance | path

Searched refs:mViewRequestingLayout (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DView.java28004 if (mAttachInfo != null && mAttachInfo.mViewRequestingLayout == null) { in requestLayout()
28013 mAttachInfo.mViewRequestingLayout = this; in requestLayout()
28022 if (mAttachInfo != null && mAttachInfo.mViewRequestingLayout == this) { in requestLayout()
28023 mAttachInfo.mViewRequestingLayout = null; in requestLayout()
32080 View mViewRequestingLayout; field in View.AttachInfo
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62609 Landroid/view/View$AttachInfo;->mViewRequestingLayout:Landroid/view/View;