Searched refs:findNextFocusableDescendant (Results 1 – 2 of 2) sorted by relevance
1380 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()
613 static AccessibilityNodeInfo findNextFocusableDescendant( in findNextFocusableDescendant() method in Navigator