Searched refs:hasFocusableDescendants (Results 1 – 1 of 1) sorted by relevance
531 if (hostRoot == null || !hasFocusableDescendants(hostRoot)) { in maybeAddImplicitFocusArea()832 (focusArea) -> Utils.isFocusArea(focusArea) && hasFocusableDescendants(focusArea), in addNonEmptyFocusAreas()836 private boolean hasFocusableDescendants(@NonNull AccessibilityNodeInfo focusArea) { in hasFocusableDescendants() method in Navigator