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