Home | History | Annotate | Download | only in widget

Lines Matching refs:theParent

2824         final ViewParent theParent = child.getParent();
2825 return (theParent instanceof ViewGroup) && isViewAncestorOf((View) theParent, parent);