Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java3409 int suggestionSpanFlags = suggestionSpan.getFlags(); in replaceWithSuggestion() local
3410 if ((suggestionSpanFlags & FLAG_MISSPELLED_OR_GRAMMAR_ERROR) != 0) { in replaceWithSuggestion()
3411 suggestionSpanFlags &= ~SuggestionSpan.FLAG_MISSPELLED; in replaceWithSuggestion()
3412 suggestionSpanFlags &= ~SuggestionSpan.FLAG_GRAMMAR_ERROR; in replaceWithSuggestion()
3413 suggestionSpanFlags &= ~SuggestionSpan.FLAG_EASY_CORRECT; in replaceWithSuggestion()
3414 suggestionSpan.setFlags(suggestionSpanFlags); in replaceWithSuggestion()