HomeSort by relevance Sort by last modified time
    Searched refs:mPageStart (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java     [all...]
CandidateView.java 308 return mDecInfo.mPageStart.get(mPageNo) + mActiveCandInPage;
346 int pageSize = mDecInfo.mPageStart.get(mPageNo + 1)
347 - mDecInfo.mPageStart.get(mPageNo);
421 int fromPage = mDecInfo.mPageStart.size() - 1;
422 if (mDecInfo.mPageStart.size() > pageNo + 1) {
429 int pStart = mDecInfo.mPageStart.get(p);
455 mDecInfo.mPageStart.add(pStart + pSize);
491 int pStart = mDecInfo.mPageStart.get(mPageNo);
492 int pSize = mDecInfo.mPageStart.get(mPageNo + 1) - pStart;
601 int pageStart = mDecInfo.mPageStart.get(mPageNo)
    [all...]
CandidatesContainer.java 290 activeCandInPage = mDecInfo.mPageStart.elementAt(mCurrentPage + 1)
291 - mDecInfo.mPageStart.elementAt(mCurrentPage) - 1;

Completed in 246 milliseconds