Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
H A DRotaryServiceTest.java677 mRotaryService.nudgeTo(windows, hunNudgeDirection); in testNudgeTo_nudgeToHun()
740 mRotaryService.nudgeTo(windows, View.FOCUS_RIGHT); in testNudgeTo_nudgeToNudgeShortcut_legacy()
804 mRotaryService.nudgeTo(windows, View.FOCUS_RIGHT); in testNudgeTo_nudgeToNudgeShortcut_new()
868 mRotaryService.nudgeTo(windows, View.FOCUS_LEFT); in testNudgeTo_nudgeToUserSpecifiedTarget()
938 mRotaryService.nudgeTo(windows, View.FOCUS_UP); in testNudgeTo_nudgeToNearestTarget()
/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DRotaryService.java1567 nudgeTo(windows, direction); in handleNudgeEvent()
1572 void nudgeTo(@NonNull List<AccessibilityWindowInfo> windows, in nudgeTo() method in RotaryService