Searched refs:suggestionSpanFlags (Results 1 – 1 of 1) sorted by relevance
3132 int suggestionSpanFlags = suggestionSpan.getFlags(); in replaceWithSuggestion() local3133 if ((suggestionSpanFlags & FLAG_MISSPELLED_OR_GRAMMAR_ERROR) != 0) { in replaceWithSuggestion()3134 suggestionSpanFlags &= ~SuggestionSpan.FLAG_MISSPELLED; in replaceWithSuggestion()3135 suggestionSpanFlags &= ~SuggestionSpan.FLAG_GRAMMAR_ERROR; in replaceWithSuggestion()3136 suggestionSpanFlags &= ~SuggestionSpan.FLAG_EASY_CORRECT; in replaceWithSuggestion()3137 suggestionSpan.setFlags(suggestionSpanFlags); in replaceWithSuggestion()