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

/packages/apps/Dialer/java/com/android/contacts/common/
H A DContactPhotoManagerImpl.java215 private static boolean isChildView(View parent, View potentialChild) { method in class:ContactPhotoManagerImpl
219 && isChildView(parent, (ViewGroup) potentialChild.getParent())));
479 if (imageView.getParent() == null || isChildView(fragmentRootView, imageView)) {
/packages/apps/Contacts/src/com/android/contacts/
H A DContactPhotoManager.java900 if (imageView.getParent() == null || isChildView(fragmentRootView, imageView)) {
906 private static boolean isChildView(View parent, View potentialChild) { method in class:ContactPhotoManagerImpl
908 potentialChild.getParent() instanceof ViewGroup && isChildView(parent,

Completed in 37 milliseconds