Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java1592 public int mTotalChoicesNum; field in PinyinIME.DecodingInfo
1749 mTotalChoicesNum = 0; in resetCandidates()
1813 mTotalChoicesNum = totalChoicesNum; in updateDecInfoForSearch()
1814 if (mTotalChoicesNum < 0) { in updateDecInfoForSearch()
1815 mTotalChoicesNum = 0; in updateDecInfoForSearch()
1872 mTotalChoicesNum = 0; in updateDecInfoForSearch()
1883 || choiceId >= mTotalChoicesNum) { in choosePredictChoice()
1892 mTotalChoicesNum = 1; in choosePredictChoice()
1915 int fetchSize = mTotalChoicesNum - fetchStart; in getCandiagtesForCache()
2001 mTotalChoicesNum = mIPinyinDecoderService in preparePredicts()
[all …]