Home | History | Annotate | Download | only in latin

Lines Matching refs:suggestion

138             // Slightly reluctant to scroll to be able to easily choose the suggestion
236 CharSequence suggestion = mSuggestions.get(i);
237 if (suggestion == null) continue;
238 final int wordLength = suggestion.length();
247 // HACK: even if i == 0, we use mColorOther when this suggestion's length is 1 and
253 float textWidth = paint.measureText(suggestion, 0, wordLength);
268 mSelectedString = suggestion;
273 canvas.drawText(suggestion, 0, wordLength, x + wordWidth / 2, y, paint);
321 for (CharSequence suggestion : suggestions) {
322 mSuggestions.add(suggestion);