Home | History | Annotate | Download | only in widget

Lines Matching refs:theParent

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