Home | History | Annotate | Download | only in pinyin

Lines Matching defs:pSize

430             int pSize = 0;
437 while (xPos < mContentWidth && pStart + pSize < candSize) {
438 int itemPos = pStart + pSize;
445 if (xPos + itemWidth < mContentWidth || 0 == pSize) {
448 pSize++;
455 mDecInfo.mPageStart.add(pStart + pSize);
459 float marginExtra = (mContentWidth - xPos) / pSize / 2;
470 } else if (pSize == 1) {
492 int pSize = mDecInfo.mPageStart.get(mPageNo + 1) - pStart;
494 if (mActiveCandInPage > pSize - 1) {
495 mActiveCandInPage = pSize - 1;
505 for (int i = 0; i < pSize; i++) {
532 if (mCandRects.size() < pSize) mCandRects.add(new RectF());