Home | History | Annotate | Download | only in common

Lines Matching refs:isChildView

215   private static boolean isChildView(View parent, View potentialChild) {
219 && isChildView(parent, (ViewGroup) potentialChild.getParent())));
479 if (imageView.getParent() == null || isChildView(fragmentRootView, imageView)) {