Searched refs:FLAG_MISSPELLED (Results 1 – 8 of 8) sorted by relevance
64 public static final int FLAG_MISSPELLED = 0x0002; field in SuggestionSpan362 final boolean misspelled = (mFlags & FLAG_MISSPELLED) != 0; in updateDrawState()384 final boolean misspelled = (mFlags & FLAG_MISSPELLED) != 0; in getUnderlineColor()
204 new String[]{"DEF", "Def"}, SuggestionSpan.FLAG_MISSPELLED); in testMisspelled()232 SuggestionSpan.FLAG_EASY_CORRECT | SuggestionSpan.FLAG_MISSPELLED); in testEasyCorrect()265 singleWordCandidates, SuggestionSpan.FLAG_MISSPELLED); in testTextAppearanceInSuggestionsPopup()268 multiWordCandidates, SuggestionSpan.FLAG_MISSPELLED); in testTextAppearanceInSuggestionsPopup()
486 SuggestionSpan.FLAG_EASY_CORRECT | SuggestionSpan.FLAG_MISSPELLED); in createMisspelledSuggestionSpan()
1367 && (flags & SuggestionSpan.FLAG_MISSPELLED) == 0) { in downgradeEasyCorrectionSpans()2902 if ((suggestionSpanFlags & SuggestionSpan.FLAG_MISSPELLED) != 0) { in replaceWithSuggestion()2903 suggestionSpanFlags &= ~SuggestionSpan.FLAG_MISSPELLED; in replaceWithSuggestion()3442 final boolean misspelled1 = (flag1 & SuggestionSpan.FLAG_MISSPELLED) != 0; in compare()3443 final boolean misspelled2 = (flag2 & SuggestionSpan.FLAG_MISSPELLED) != 0; in compare()3499 && (suggestionSpan.getFlags() & SuggestionSpan.FLAG_MISSPELLED) != 0) { in getSuggestionInfo()
5903 && (flags & SuggestionSpan.FLAG_MISSPELLED) != 0) { in removeMisspelledSpans()
30702 field public static final int FLAG_MISSPELLED = 2; // 0x2
48312 field public static final int FLAG_MISSPELLED = 2; // 0x2
48456 field public static final int FLAG_MISSPELLED = 2; // 0x2