Searched refs:nudgeTo (Results 1 – 2 of 2) sorted by relevance
660 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()
1479 nudgeTo(windows, direction); in handleNudgeEvent()1484 void nudgeTo(@NonNull List<AccessibilityWindowInfo> windows, in nudgeTo() method in RotaryService