Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java2901 int suggestionSpanFlags = suggestionSpan.getFlags(); in replaceWithSuggestion() local
2902 if ((suggestionSpanFlags & SuggestionSpan.FLAG_MISSPELLED) != 0) { in replaceWithSuggestion()
2903 suggestionSpanFlags &= ~SuggestionSpan.FLAG_MISSPELLED; in replaceWithSuggestion()
2904 suggestionSpanFlags &= ~SuggestionSpan.FLAG_EASY_CORRECT; in replaceWithSuggestion()
2905 suggestionSpan.setFlags(suggestionSpanFlags); in replaceWithSuggestion()