Searched refs:findFirstSelectedFocusableDescendant (Results 1 – 1 of 1) sorted by relevance
435 return findFirstSelectedFocusableDescendant(rotaryContainer) == view in isImplicitDefaultFocusView()572 View selectedItem = findFirstSelectedFocusableDescendant(rotaryContainer); in findImplicitDefaultFocusView()597 static View findFirstSelectedFocusableDescendant(@NonNull View view) { in findFirstSelectedFocusableDescendant() method in ViewUtils