Home | History | Annotate | Download | only in suggestions

Lines Matching refs:word

70                 final String word;
73 word = suggestedWords.getLabel(SuggestedWords.INDEX_OF_TYPED_WORD);
75 word = suggestedWords.getLabel(index);
78 mWidths[index] = (int)(TypefaceUtils.getStringWidth(word, paint) + padding);
212 final String word;
216 word = mSuggestedWords.getLabel(SuggestedWords.INDEX_OF_TYPED_WORD);
219 word = mSuggestedWords.getLabel(index);
222 final Key key = new MoreSuggestionKey(word, info, index, params);
240 public MoreSuggestionKey(final String word, final String info, final int index,
242 super(word /* label */, KeyboardIconsSet.ICON_UNDEFINED, Constants.CODE_OUTPUT_TEXT,
243 word /* outputText */, info, 0 /* labelFlags */, Key.BACKGROUND_TYPE_NORMAL,