Searched refs:FLAG_MISSPELLED (Results 1 – 7 of 7) sorted by relevance
65 public static final int FLAG_MISSPELLED = 0x0002; field in SuggestionSpan386 final boolean misspelled = (mFlags & FLAG_MISSPELLED) != 0; in updateDrawState()418 final boolean misspelled = (mFlags & FLAG_MISSPELLED) != 0; in getUnderlineColor()
206 new String[]{"DEF", "Def"}, SuggestionSpan.FLAG_MISSPELLED); in testMisspelled()234 SuggestionSpan.FLAG_EASY_CORRECT | SuggestionSpan.FLAG_MISSPELLED); in testEasyCorrect()267 singleWordCandidates, SuggestionSpan.FLAG_MISSPELLED); in testTextAppearanceInSuggestionsPopup()270 multiWordCandidates, SuggestionSpan.FLAG_MISSPELLED); in testTextAppearanceInSuggestionsPopup()
446 && (span.getFlags() & (SuggestionSpan.FLAG_MISSPELLED in removeErrorSuggestionSpan()564 flags |= SuggestionSpan.FLAG_MISSPELLED; in createMisspelledSuggestionSpan()
191 SuggestionSpan.FLAG_MISSPELLED | SuggestionSpan.FLAG_GRAMMAR_ERROR;3134 suggestionSpanFlags &= ~SuggestionSpan.FLAG_MISSPELLED; in replaceWithSuggestion()3674 int misspelled = compareFlag(SuggestionSpan.FLAG_MISSPELLED, flag1, flag2); in compare()
6028 && (flags & SuggestionSpan.FLAG_MISSPELLED) != 0) { in removeMisspelledSpans()
45244 field public static final int FLAG_MISSPELLED = 2; // 0x2
30702 field public static final int FLAG_MISSPELLED = 2; // 0x2