Home | History | Annotate | Download | only in widget

Lines Matching defs:isViewDescendantOf

1529         if (mChildToScrollTo != null && isViewDescendantOf(mChildToScrollTo, this)) {
1580 private static boolean isViewDescendantOf(View child, View parent) {
1586 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent);