Searched refs:mWordCount (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidates1LineViewManager.java111 private int mWordCount; field in class:TextCandidates1LineViewManager
428 if (mWordCount < 1) { /* no candidates */
435 if (mWordCount > mDisplayLimit) {
464 if (mWordCount > mDisplayLimit) {
480 (CandidateTextView) mViewCandidateList.getChildAt(mWordCount);
481 candidateTextView.setCandidateTextView(word, mWordCount, mCandidateOnClick,
483 mWnnWordArray.add(mWordCount, word);
484 mWordCount++;
508 mWordCount = 0;
H A DUserDictionaryToolsList.java114 private int mWordCount = 0; field in class:UserDictionaryToolsList
180 int pos = mWordCount - MAX_LIST_WORD_COUNT;
182 mWordCount = pos;
193 int pos = mWordCount + MAX_LIST_WORD_COUNT;
195 mWordCount = pos;
428 if (size <= mWordCount) {
429 int newPos = (mWordCount - MAX_LIST_WORD_COUNT);
430 mWordCount = (0 <= newPos) ? newPos : 0;
462 mWordCount = 0;
726 int start = mWordCount;
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
H A DStatistics.java43 int mWordCount; field in class:Statistics
131 mWordCount = 0;
184 mWordCount++;
H A DResearchLogger.java1935 statistics.mDeleteKeyCount, statistics.mWordCount, statistics.mIsEmptyUponStarting,
/packages/apps/Mms/tests/src/com/android/mms/
H A DRecyclerTest.java64 private int mWordCount; field in class:RecyclerTest
99 mWordCount = mWords.size();
100 Log.v(TAG, "Loaded dictionary word count: " + mWordCount);
136 msg.append(mWords.get(mRandom.nextInt(mWordCount)) + " ");
/packages/apps/Mms/tests/src/com/android/mms/ui/
H A DLongThreadTest.java60 private int mWordCount; field in class:LongThreadTest
103 mWordCount = mWords.size();
104 Log.v(TAG, "Loaded dictionary word count: " + mWordCount);
139 msg.append(mWords.get(mRandom.nextInt(mWordCount)) + " ");

Completed in 243 milliseconds