Searched refs:findFocusableDescendantInDirection (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
D | NavigatorTest.java | 661 AccessibilityNodeInfo target = mNavigator.findFocusableDescendantInDirection(container2, in testFindFocusableVisibleDescendantInDirectionBackward() 666 target = mNavigator.findFocusableDescendantInDirection(container2, button3, direction); in testFindFocusableVisibleDescendantInDirectionBackward() 670 target = mNavigator.findFocusableDescendantInDirection(container1, button2, direction); in testFindFocusableVisibleDescendantInDirectionBackward() 674 target = mNavigator.findFocusableDescendantInDirection(container1, button1, direction); in testFindFocusableVisibleDescendantInDirectionBackward() 705 AccessibilityNodeInfo target = mNavigator.findFocusableDescendantInDirection(container1, in testFindFocusableVisibleDescendantInDirectionForward() 710 target = mNavigator.findFocusableDescendantInDirection(container1, button2, direction); in testFindFocusableVisibleDescendantInDirectionForward() 713 target = mNavigator.findFocusableDescendantInDirection(container2, button3, direction); in testFindFocusableVisibleDescendantInDirectionForward() 717 target = mNavigator.findFocusableDescendantInDirection(container2, button4, direction); in testFindFocusableVisibleDescendantInDirectionForward() 747 mNavigator.findFocusableDescendantInDirection(container, button1, direction); in testFindNextFocusableDescendantWithEmptyBounds() 751 target = mNavigator.findFocusableDescendantInDirection(container, button2, direction); in testFindNextFocusableDescendantWithEmptyBounds() [all …]
|
/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
D | Navigator.java | 756 AccessibilityNodeInfo findFocusableDescendantInDirection( in findFocusableDescendantInDirection() method in Navigator
|
D | RotaryService.java | 1276 AccessibilityNodeInfo target = mNavigator.findFocusableDescendantInDirection( in handleViewScrolledEvent()
|