Home | History | Annotate | Download | only in view

Lines Matching refs:isViewDescendantOf

1740         if (mChildToScrollTo != null && isViewDescendantOf(mChildToScrollTo, this)) {
1771 private boolean isViewDescendantOf(View child, View parent) {
1777 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent);