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

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 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)
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
wcdioctl.h 152 BYTE * pSize;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
wcdioctl.h 152 BYTE * pSize;

Completed in 39 milliseconds