Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java3047 int suggestionSpanFlags = suggestionSpan.getFlags(); in replaceWithSuggestion() local
3048 if ((suggestionSpanFlags & SuggestionSpan.FLAG_MISSPELLED) != 0) { in replaceWithSuggestion()
3049 suggestionSpanFlags &= ~SuggestionSpan.FLAG_MISSPELLED; in replaceWithSuggestion()
3050 suggestionSpanFlags &= ~SuggestionSpan.FLAG_EASY_CORRECT; in replaceWithSuggestion()
3051 suggestionSpan.setFlags(suggestionSpanFlags); in replaceWithSuggestion()