Home | History | Annotate | Download | only in widget

Lines Matching defs:suggestion

2677         // Suggestion span couldn't be found. Try to find a suggestion span that has the same
2735 // Notify source IME of the suggestion pick. Do this before swapping texts.
2739 // Swap text content between actual text and Suggestion span
2742 final String suggestion = suggestionInfo.mText.subSequence(
2744 mTextView.replaceText_internal(spanStart, spanEnd, suggestion);
2750 final int lengthDelta = suggestion.length() - (spanEnd - spanStart);
2995 // 3 ActionPopup [replace, suggestion, easyedit] (suggestionsPopup first hides the others)
3217 // Range of actual suggestion within mText
3223 // The index of this suggestion inside suggestionSpan
3284 * Returns the suggestion spans that cover the current cursor position. The suggestion
3308 * Gets the SuggestionInfo list that contains suggestion information at the current cursor
3338 final String suggestion = suggestions[suggestionIndex];
3341 if (otherSuggestionInfo.mText.toString().equals(suggestion)) {
3356 suggestionInfo.mSuggestionEnd = suggestion.length();
3357 suggestionInfo.mText.replace(0, suggestionInfo.mText.length(), suggestion);
3464 // Inflate the suggestion items once and for all.
3724 // Adjust the start/end of the suggestion span