Home | History | Annotate | Download | only in pinyin

Lines Matching refs:mDecInfo

81     private DecodingInfo mDecInfo;
282 mDecInfo = decInfo;
285 if (mDecInfo.candidatesFromApp()) {
308 return mDecInfo.mPageStart.get(mPageNo) + mActiveCandInPage;
321 if (null == mDecInfo) return;
345 if (!mDecInfo.pageReady(mPageNo)) return false;
346 int pageSize = mDecInfo.mPageStart.get(mPageNo + 1)
347 - mDecInfo.mPageStart.get(mPageNo);
381 if (null == mDecInfo) {
389 setDecodingInfo(mDecInfo);
417 int candSize = mDecInfo.mCandidatesList.size();
421 int fromPage = mDecInfo.mPageStart.size() - 1;
422 if (mDecInfo.mPageStart.size() > pageNo + 1) {
429 int pStart = mDecInfo.mPageStart.get(p);
439 String itemStr = mDecInfo.mCandidatesList.get(itemPos);
455 mDecInfo.mPageStart.add(pStart + pSize);
456 mDecInfo.mCnToPage.add(mDecInfo.mCnToPage.get(p) + charNum);
485 if (null == mDecInfo || mDecInfo.isCandidatesListEmpty()) return;
491 int pStart = mDecInfo.mPageStart.get(mPageNo);
492 int pSize = mDecInfo.mPageStart.get(mPageNo + 1) - pStart;
513 String cand = mDecInfo.mCandidatesList.get(pStart + i);
596 if (!mDecInfo.pageReady(mPageNo) || mPageNoCalculated != mPageNo
601 int pageStart = mDecInfo.mPageStart.get(mPageNo);
602 int pageSize = mDecInfo.mPageStart.get(mPageNo + 1) - pageStart;
637 if (null == mDecInfo || !mDecInfo.pageReady(mPageNo)
658 + mDecInfo.mPageStart.get(mPageNo));
694 mBalloonHint.setBalloonConfig(mDecInfo.mCandidatesList
695 .get(mDecInfo.mPageStart.get(mPageNo) + candPos), 44, true,