Searched refs:suggestionSpanFlags (Results 1 – 1 of 1) sorted by relevance
2735 int suggestionSpanFlags = suggestionSpan.getFlags(); in replaceWithSuggestion() local2736 if ((suggestionSpanFlags & SuggestionSpan.FLAG_MISSPELLED) != 0) { in replaceWithSuggestion()2737 suggestionSpanFlags &= ~SuggestionSpan.FLAG_MISSPELLED; in replaceWithSuggestion()2738 suggestionSpanFlags &= ~SuggestionSpan.FLAG_EASY_CORRECT; in replaceWithSuggestion()2739 suggestionSpan.setFlags(suggestionSpanFlags); in replaceWithSuggestion()