Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DEnglishInputProcessor.java29 public boolean processKey(InputConnection inputContext, KeyEvent event, in processKey() method in EnglishInputProcessor
DPinyinIME.java238 if (processKey(event, 0 != event.getRepeatCount())) return true; in onKeyDown()
244 if (processKey(event, true)) return true; in onKeyUp()
248 private boolean processKey(KeyEvent event, boolean realAction) { in processKey() method in PinyinIME
295 return mImEn.processKey(getCurrentInputConnection(), event, in processKey()