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

  /packages/apps/Mms/tests/src/com/android/mms/
RecyclerTest.java 62 private ArrayList<String> mWords;
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/
LongThreadTest.java 58 private ArrayList<String> mWords;
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/
SuggestionsView.java 91 private final ArrayList<TextView> mWords = new ArrayList<TextView>();
147 private final ArrayList<TextView> mWords;
180 mWords = words;
387 final TextView word = mWords.get(pos);
466 final TextView word = mWords.get(index);
626 mWords.add(word);
634 mParams = new SuggestionsViewParams(context, attrs, defStyle, mWords, mDividers, mInfos);
    [all...]

Completed in 577 milliseconds