Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/tests/robotests/src/com/android/car/rotary/
DNavigatorTest.java1312 Navigator.findPreviousFocusableDescendant(container2, button4); in testFindPreviousFocusableDescendant()
1314 target = Navigator.findPreviousFocusableDescendant(container2, button3); in testFindPreviousFocusableDescendant()
1316 target = Navigator.findPreviousFocusableDescendant(container1, button2); in testFindPreviousFocusableDescendant()
1318 target = Navigator.findPreviousFocusableDescendant(container1, button1); in testFindPreviousFocusableDescendant()
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DNavigator.java601 static AccessibilityNodeInfo findPreviousFocusableDescendant( in findPreviousFocusableDescendant() method in Navigator