Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java515 if (activePos < mDecInfo.getCurrentPageSize(currentPage)) { in processStateInput()
599 if (activePos < mDecInfo.getCurrentPageSize(currentPage)) { in processStatePredict()
2022 public int getCurrentPageSize(int currentPage) { in getCurrentPageSize() method in PinyinIME.DecodingInfo