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