Searched refs:primaryCode (Results 1 – 1 of 1) sorted by relevance
507 public void onKey(int primaryCode, int[] keyCodes) { in onKey() argument508 if (isWordSeparator(primaryCode)) { in onKey()513 sendKey(primaryCode); in onKey()515 } else if (primaryCode == Keyboard.KEYCODE_DELETE) { in onKey()517 } else if (primaryCode == Keyboard.KEYCODE_SHIFT) { in onKey()519 } else if (primaryCode == Keyboard.KEYCODE_CANCEL) { in onKey()522 } else if (primaryCode == LatinKeyboardView.KEYCODE_LANGUAGE_SWITCH) { in onKey()525 } else if (primaryCode == LatinKeyboardView.KEYCODE_OPTIONS) { in onKey()527 } else if (primaryCode == Keyboard.KEYCODE_MODE_CHANGE in onKey()537 handleCharacter(primaryCode, keyCodes); in onKey()[all …]