Searched refs:findFirstSelectedFocusableDescendant (Results 1 – 1 of 1) sorted by relevance
550 return findFirstSelectedFocusableDescendant(rotaryContainer) == view in isImplicitDefaultFocusView()616 View selectedView = findFirstSelectedFocusableDescendant(root); in focusOnSelectedView()706 View selectedItem = findFirstSelectedFocusableDescendant(rotaryContainer); in findImplicitDefaultFocusView()731 static View findFirstSelectedFocusableDescendant(@NonNull View view) { in findFirstSelectedFocusableDescendant() method in ViewUtils