Home
last modified time | relevance | path

Searched refs:FLAG_GRAMMAR_ERROR (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/text/style/
DSuggestionSpan.java78 public static final int FLAG_GRAMMAR_ERROR = 0x0008; field in SuggestionSpan
389 final boolean grammarError = (mFlags & FLAG_GRAMMAR_ERROR) != 0; in updateDrawState()
421 final boolean grammarError = (mFlags & FLAG_GRAMMAR_ERROR) != 0; in getUnderlineColor()
/frameworks/base/core/java/android/widget/
DSpellChecker.java447 | SuggestionSpan.FLAG_GRAMMAR_ERROR)) != 0) { in removeErrorSuggestionSpan()
567 flags |= SuggestionSpan.FLAG_GRAMMAR_ERROR; in createMisspelledSuggestionSpan()
DEditor.java191 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()
/frameworks/base/core/api/
Dcurrent.txt45243 field public static final int FLAG_GRAMMAR_ERROR = 8; // 0x8