Searched refs:DIRECTION_TO_KEYCODE_MAP (Results 1 – 1 of 1) sorted by relevance
498 private static final Map<Integer, Integer> DIRECTION_TO_KEYCODE_MAP; field in RotaryService528 DIRECTION_TO_KEYCODE_MAP = Collections.unmodifiableMap(map);2267 Integer keyCode = DIRECTION_TO_KEYCODE_MAP.get(direction); in injectKeyEventForDirection()