Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java1124 handleNudgeEvent(View.FOCUS_LEFT, action); in handleKeyEvent()
1127 handleNudgeEvent(View.FOCUS_RIGHT, action); in handleKeyEvent()
1130 handleNudgeEvent(View.FOCUS_UP, action); in handleKeyEvent()
1133 handleNudgeEvent(View.FOCUS_DOWN, action); in handleKeyEvent()
1560 private void handleNudgeEvent(@View.FocusRealDirection int direction, int action) { in handleNudgeEvent() method in RotaryService