Home | History | Annotate | Download | only in widgets

Lines Matching refs:theParent

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