Home | History | Annotate | Download | only in widget

Lines Matching defs:theParent

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