Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java1915 int fetchSize = mTotalChoicesNum - fetchStart; in getCandiagtesForCache() local
1916 if (fetchSize > MAX_PAGE_SIZE_DISPLAY) { in getCandiagtesForCache()
1917 fetchSize = MAX_PAGE_SIZE_DISPLAY; in getCandiagtesForCache()
1925 fetchStart, fetchSize, mFixedLen); in getCandiagtesForCache()
1928 fetchStart, fetchSize); in getCandiagtesForCache()
1932 for (int pos = fetchStart; pos < fetchSize; pos++) { in getCandiagtesForCache()