Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DView.java27038 if (mAttachInfo != null && mAttachInfo.mViewRequestingLayout == null) { in requestLayout()
27047 mAttachInfo.mViewRequestingLayout = this; in requestLayout()
27056 if (mAttachInfo != null && mAttachInfo.mViewRequestingLayout == this) { in requestLayout()
27057 mAttachInfo.mViewRequestingLayout = null; in requestLayout()
31011 View mViewRequestingLayout; field in View.AttachInfo
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63252 Landroid/view/View$AttachInfo;->mViewRequestingLayout:Landroid/view/View;