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