Home | History | Annotate | Download | only in widget

Lines Matching refs:isViewDescendantOf

1485         if (mChildToScrollTo != null && isViewDescendantOf(mChildToScrollTo, this)) {
1538 private static boolean isViewDescendantOf(View child, View parent) {
1544 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent);