Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java1512 private static final int MAX_PAGE_SIZE_DISPLAY = 10; field in PinyinIME.DecodingInfo
1916 if (fetchSize > MAX_PAGE_SIZE_DISPLAY) { in getCandiagtesForCache()
1917 fetchSize = MAX_PAGE_SIZE_DISPLAY; in getCandiagtesForCache()
1974 if (mCandidatesList.size() - mPageStart.elementAt(pageNo) >= MAX_PAGE_SIZE_DISPLAY) { in preparePage()