Searched refs:mViewRequestingLayout (Results 1 – 2 of 2) sorted by relevance
28004 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
62609 Landroid/view/View$AttachInfo;->mViewRequestingLayout:Landroid/view/View;