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 | 637 AccessibilityNodeInfo target = mNavigator.findFocusableDescendantInDirection(container2, in testFindFocusableVisibleDescendantInDirectionBackward() 642 target = mNavigator.findFocusableDescendantInDirection(container2, button3, direction); in testFindFocusableVisibleDescendantInDirectionBackward() 646 target = mNavigator.findFocusableDescendantInDirection(container1, button2, direction); in testFindFocusableVisibleDescendantInDirectionBackward() 650 target = mNavigator.findFocusableDescendantInDirection(container1, button1, direction); in testFindFocusableVisibleDescendantInDirectionBackward() 681 AccessibilityNodeInfo target = mNavigator.findFocusableDescendantInDirection(container1, in testFindFocusableVisibleDescendantInDirectionForward() 686 target = mNavigator.findFocusableDescendantInDirection(container1, button2, direction); in testFindFocusableVisibleDescendantInDirectionForward() 689 target = mNavigator.findFocusableDescendantInDirection(container2, button3, direction); in testFindFocusableVisibleDescendantInDirectionForward() 693 target = mNavigator.findFocusableDescendantInDirection(container2, button4, direction); in testFindFocusableVisibleDescendantInDirectionForward() 723 mNavigator.findFocusableDescendantInDirection(container, button1, direction); in testFindNextFocusableDescendantWithEmptyBounds() 727 target = mNavigator.findFocusableDescendantInDirection(container, button2, direction); in testFindNextFocusableDescendantWithEmptyBounds() [all …]
|
/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
D | Navigator.java | 643 AccessibilityNodeInfo findFocusableDescendantInDirection( in findFocusableDescendantInDirection() method in Navigator
|
D | RotaryService.java | 1180 AccessibilityNodeInfo target = mNavigator.findFocusableDescendantInDirection( in handleViewScrolledEvent()
|