Searched refs:primaryCode (Results 1 – 1 of 1) sorted by relevance
547 public void onKey(int primaryCode, int[] keyCodes) { in onKey() argument548 if (isWordSeparator(primaryCode)) { in onKey()553 sendKey(primaryCode); in onKey()555 } else if (primaryCode == Keyboard.KEYCODE_DELETE) { in onKey()557 } else if (primaryCode == Keyboard.KEYCODE_SHIFT) { in onKey()559 } else if (primaryCode == Keyboard.KEYCODE_CANCEL) { in onKey()562 } else if (primaryCode == LatinKeyboardView.KEYCODE_LANGUAGE_SWITCH) { in onKey()565 } else if (primaryCode == LatinKeyboardView.KEYCODE_OPTIONS) { in onKey()567 } else if (primaryCode == Keyboard.KEYCODE_MODE_CHANGE in onKey()577 handleCharacter(primaryCode, keyCodes); in onKey()[all …]