Home
last modified time | relevance | path

Searched refs:NUDGE_DIRECTION (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/androidTest/java/com/android/car/ui/
H A DFocusAreaTest.java144 arguments.putInt(NUDGE_DIRECTION, FOCUS_RIGHT); in testPerformAccessibilityAction_actionNudgeShortcut_legacy()
161 arguments.putInt(NUDGE_DIRECTION, FOCUS_DOWN); in testPerformAccessibilityAction_actionNudgeShortcut_legacy()
219 arguments.putInt(NUDGE_DIRECTION, FOCUS_DOWN); in testPerformAccessibilityAction_actionNudgeShortcut_new()
264 arguments.putInt(NUDGE_DIRECTION, FOCUS_LEFT); in testPerformAccessibilityAction_actionNudgeShortcut_programmatic()
458 arguments.putInt(NUDGE_DIRECTION, FOCUS_UP); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_enabledCache()
512 arguments.putInt(NUDGE_DIRECTION, FOCUS_UP); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_mixedCache()
554 arguments.putInt(NUDGE_DIRECTION, FOCUS_UP); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_mixedCache2()
593 arguments.putInt(NUDGE_DIRECTION, FOCUS_UP); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_specifiedTarget()
772 arguments.putInt(NUDGE_DIRECTION, FOCUS_UP); in testClearFocusAreaHistoryWhenRotating_clear()
823 arguments.putInt(NUDGE_DIRECTION, FOCUS_UP); in testClearFocusAreaHistoryWhenRotating_notClear()
[all …]
/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/utils/
H A DRotaryConstants.java120 public static final String NUDGE_DIRECTION = field in RotaryConstants
/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/
H A DFocusAreaHelper.java32 import static com.android.car.ui.utils.RotaryConstants.NUDGE_DIRECTION;
596 : arguments.getInt(NUDGE_DIRECTION, INVALID_DIRECTION); in getNudgeDirection()
/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DRotaryService.java58 import static com.android.car.ui.utils.RotaryConstants.NUDGE_DIRECTION;
1595 arguments.putInt(NUDGE_DIRECTION, direction); in nudgeTo()
1609 arguments.putInt(NUDGE_DIRECTION, direction); in nudgeTo()
1687 arguments.putInt(NUDGE_DIRECTION, direction); in nudgeTo()