Home | History | Annotate | Download | only in view

Lines Matching refs:theParent

3354         final ViewParent theParent = child.getParent();
3355 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent);