Home
last modified time | relevance | path

Searched defs:KEYCODE_DPAD_RIGHT (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
DRotaryDirectManipulationWidgets.java198 map.put(KeyEvent.KEYCODE_DPAD_RIGHT, View.FOCUS_RIGHT); in map.put()
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java484 map.put(View.FOCUS_RIGHT, KeyEvent.KEYCODE_DPAD_RIGHT); in map.put()