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