Searched refs:suggestionSpanFlags (Results 1 – 1 of 1) sorted by relevance
2901 int suggestionSpanFlags = suggestionSpan.getFlags(); in replaceWithSuggestion() local2902 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()