Searched refs:FLAG_GRAMMAR_ERROR (Results 1 – 4 of 4) sorted by relevance
78 public static final int FLAG_GRAMMAR_ERROR = 0x0008; field in SuggestionSpan389 final boolean grammarError = (mFlags & FLAG_GRAMMAR_ERROR) != 0; in updateDrawState()421 final boolean grammarError = (mFlags & FLAG_GRAMMAR_ERROR) != 0; in getUnderlineColor()
447 | SuggestionSpan.FLAG_GRAMMAR_ERROR)) != 0) { in removeErrorSuggestionSpan()567 flags |= SuggestionSpan.FLAG_GRAMMAR_ERROR; in createMisspelledSuggestionSpan()
191 SuggestionSpan.FLAG_MISSPELLED | SuggestionSpan.FLAG_GRAMMAR_ERROR;3135 suggestionSpanFlags &= ~SuggestionSpan.FLAG_GRAMMAR_ERROR; in replaceWithSuggestion()3676 int grammarError = compareFlag(SuggestionSpan.FLAG_GRAMMAR_ERROR, flag1, flag2); in compare()
45243 field public static final int FLAG_GRAMMAR_ERROR = 8; // 0x8