Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/tests/robotests/src/com/android/car/rotary/
DNavigatorTest.java1380 AccessibilityNodeInfo target = mNavigator.findNextFocusableDescendant(container1, button1); in testFindNextFocusableDescendant()
1382 target = mNavigator.findNextFocusableDescendant(container1, button2); in testFindNextFocusableDescendant()
1384 target = mNavigator.findNextFocusableDescendant(container2, button3); in testFindNextFocusableDescendant()
1386 target = mNavigator.findNextFocusableDescendant(container2, button4); in testFindNextFocusableDescendant()
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DNavigator.java613 static AccessibilityNodeInfo findNextFocusableDescendant( in findNextFocusableDescendant() method in Navigator