Home | History | Annotate | Download | only in widget

Lines Matching refs:isDescendant

1651     private static boolean isDescendant(View parent, View v) {
1680 if (v != null && v != focused && isDescendant(currentTop, v)) {