Searched refs:mWords (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Mms/tests/src/com/android/mms/
H A DRecyclerTest.java62 private ArrayList<String> mWords; field in class:RecyclerTest
81 mWords = new ArrayList<String>(98568); // count of words in words file
91 mWords.add(word);
99 mWordCount = mWords.size();
136 msg.append(mWords.get(mRandom.nextInt(mWordCount)) + " ");
/packages/apps/Mms/tests/src/com/android/mms/ui/
H A DLongThreadTest.java58 private ArrayList<String> mWords; field in class:LongThreadTest
85 mWords = new ArrayList<String>(98568); // count of words in words file
95 mWords.add(word);
103 mWordCount = mWords.size();
139 msg.append(mWords.get(mRandom.nextInt(mWordCount)) + " ");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java93 private final ArrayList<TextView> mWords = CollectionUtils.newArrayList(); field in class:SuggestionStripView
149 private final ArrayList<TextView> mWords; field in class:SuggestionStripView.SuggestionStripViewParams
182 mWords = words;
380 final TextView word = mWords.get(pos);
459 final TextView word = mWords.get(index);
619 mWords.add(word);
628 context, attrs, defStyle, mWords, mDividers, mInfos);
779 mWords.get(i).setPressed(false);

Completed in 115 milliseconds