Home
last modified time | relevance | path

Searched refs:suggestionSpanFlags (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java3132 int suggestionSpanFlags = suggestionSpan.getFlags(); in replaceWithSuggestion() local
3133 if ((suggestionSpanFlags & FLAG_MISSPELLED_OR_GRAMMAR_ERROR) != 0) { in replaceWithSuggestion()
3134 suggestionSpanFlags &= ~SuggestionSpan.FLAG_MISSPELLED; in replaceWithSuggestion()
3135 suggestionSpanFlags &= ~SuggestionSpan.FLAG_GRAMMAR_ERROR; in replaceWithSuggestion()
3136 suggestionSpanFlags &= ~SuggestionSpan.FLAG_EASY_CORRECT; in replaceWithSuggestion()
3137 suggestionSpan.setFlags(suggestionSpanFlags); in replaceWithSuggestion()