Home
last modified time | relevance | path

Searched refs:primaryCode (Results 1 – 1 of 1) sorted by relevance

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java497 public void onKey(int primaryCode, int[] keyCodes) { in onKey() argument
498 if (isWordSeparator(primaryCode)) { in onKey()
503 sendKey(primaryCode); in onKey()
505 } else if (primaryCode == Keyboard.KEYCODE_DELETE) { in onKey()
507 } else if (primaryCode == Keyboard.KEYCODE_SHIFT) { in onKey()
509 } else if (primaryCode == Keyboard.KEYCODE_CANCEL) { in onKey()
512 } else if (primaryCode == LatinKeyboardView.KEYCODE_OPTIONS) { in onKey()
514 } else if (primaryCode == Keyboard.KEYCODE_MODE_CHANGE in onKey()
527 handleCharacter(primaryCode, keyCodes); in onKey()
609 private void handleCharacter(int primaryCode, int[] keyCodes) { in handleCharacter() argument
[all …]