Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DView.java25741 if (mAttachInfo != null && mAttachInfo.mViewRequestingLayout == null) { in requestLayout()
25750 mAttachInfo.mViewRequestingLayout = this; in requestLayout()
25759 if (mAttachInfo != null && mAttachInfo.mViewRequestingLayout == this) { in requestLayout()
25760 mAttachInfo.mViewRequestingLayout = null; in requestLayout()
29646 View mViewRequestingLayout; field in View.AttachInfo
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66575 Landroid/view/View$AttachInfo;->mViewRequestingLayout:Landroid/view/View;