Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/utils/
H A DViewUtils.java550 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