Home
last modified time | relevance | path

Searched refs:isDescendant (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DScrollCaptureSearchResults.java208 if (isDescendant(viewA, viewB)) {
211 if (isDescendant(viewB, viewA)) {
240 private static boolean isDescendant(@NonNull View view, @NonNull View otherView) { in isDescendant() method in ScrollCaptureSearchResults