Searched refs:mTotalChoicesNum (Results 1 – 1 of 1) sorted by relevance
1592 public int mTotalChoicesNum; field in PinyinIME.DecodingInfo1749 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 …]