Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DRotaryServiceTest.java660 mRotaryService.nudgeTo(windows, hunNudgeDirection); in testNudgeTo_nudgeToHun()
723 mRotaryService.nudgeTo(windows, View.FOCUS_RIGHT); in testNudgeTo_nudgeToNudgeShortcut_legacy()
787 mRotaryService.nudgeTo(windows, View.FOCUS_RIGHT); in testNudgeTo_nudgeToNudgeShortcut_new()
851 mRotaryService.nudgeTo(windows, View.FOCUS_LEFT); in testNudgeTo_nudgeToUserSpecifiedTarget()
921 mRotaryService.nudgeTo(windows, View.FOCUS_UP); in testNudgeTo_nudgeToNearestTarget()
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java1479 nudgeTo(windows, direction); in handleNudgeEvent()
1484 void nudgeTo(@NonNull List<AccessibilityWindowInfo> windows, in nudgeTo() method in RotaryService