HomeSort by relevance Sort by last modified time
    Searched full:candsize (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 417 int candSize = mDecInfo.mCandidatesList.size();
437 while (xPos < mContentWidth && pStart + pSize < candSize) {

Completed in 2629 milliseconds