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