Searched refs:isViewDescendantOf (Results 1 - 2 of 2) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DHorizontalScrollView.java1439 if (mChildToScrollTo != null && isViewDescendantOf(mChildToScrollTo, this)) {
1469 private static boolean isViewDescendantOf(View child, View parent) { method in class:HorizontalScrollView
1475 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent);
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java1740 if (mChildToScrollTo != null && isViewDescendantOf(mChildToScrollTo, this)) {
1771 private boolean isViewDescendantOf(View child, View parent) { method in class:ScrollerView
1777 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent);

Completed in 26 milliseconds