Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DNavigator.java341 AccessibilityNodeInfo focusDescendant = findFirstFocus(rootNode); in findFirstFocusDescendant() local
342 if (focusDescendant != null) { in findFirstFocusDescendant()
343 return focusDescendant; in findFirstFocusDescendant()
348 focusDescendant = findDepthFirstFocus(rootNode); in findFirstFocusDescendant()
349 if (focusDescendant == null) { in findFirstFocusDescendant()
352 return focusDescendant; in findFirstFocusDescendant()