OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 22 milliseconds