Searched defs:realAction (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DEnglishInputProcessor.java30 boolean upperCase, boolean realAction) {
63 if (realAction) {
74 if (null != insert && realAction)
80 if (!realAction)
29 processKey(InputConnection inputContext, KeyEvent event, boolean upperCase, boolean realAction) argument
H A DSkbContainer.java397 public boolean handleBack(boolean realAction) { argument
399 if (!realAction) return true;
H A DPinyinIME.java248 private boolean processKey(KeyEvent event, boolean realAction) { argument
255 if (!realAction) return true;
274 if (processFunctionKeys(keyCode, realAction)) {
296 mInputModeSwitcher.isEnglishUpperCaseWithSkb(), realAction);
301 return processStateIdle(keyChar, keyCode, event, realAction);
303 return processStateInput(keyChar, keyCode, event, realAction);
305 return processStatePredict(keyChar, keyCode, event, realAction);
308 realAction);
311 if (0 != keyChar && realAction) {
320 private boolean processFunctionKeys(int keyCode, boolean realAction) { argument
397 processStateIdle(int keyChar, int keyCode, KeyEvent event, boolean realAction) argument
453 processStateInput(int keyChar, int keyCode, KeyEvent event, boolean realAction) argument
550 processStatePredict(int keyChar, int keyCode, KeyEvent event, boolean realAction) argument
617 processStateEditComposing(int keyChar, int keyCode, KeyEvent event, boolean realAction) argument
[all...]

Completed in 56 milliseconds