Home | History | Annotate | Download | only in view

Lines Matching refs:theParent

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