Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java513 int activePos = keyCode - KeyEvent.KEYCODE_1; in processStateInput() local
515 if (activePos < mDecInfo.getCurrentPageSize(currentPage)) { in processStateInput()
516 activePos = activePos in processStateInput()
518 if (activePos >= 0) { in processStateInput()
519 chooseAndUpdate(activePos); in processStateInput()
597 int activePos = keyCode - KeyEvent.KEYCODE_1; in processStatePredict() local
599 if (activePos < mDecInfo.getCurrentPageSize(currentPage)) { in processStatePredict()
600 activePos = activePos in processStatePredict()
602 if (activePos >= 0) { in processStatePredict()
603 chooseAndUpdate(activePos); in processStatePredict()