Home
last modified time | relevance | path

Searched refs:FLAG_MISSPELLED (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/text/style/
DSuggestionSpan.java65 public static final int FLAG_MISSPELLED = 0x0002; field in SuggestionSpan
386 final boolean misspelled = (mFlags & FLAG_MISSPELLED) != 0; in updateDrawState()
418 final boolean misspelled = (mFlags & FLAG_MISSPELLED) != 0; in getUnderlineColor()
/frameworks/base/core/tests/coretests/src/android/widget/
DSuggestionsPopupWindowTest.java206 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()
/frameworks/base/core/java/android/widget/
DSpellChecker.java446 && (span.getFlags() & (SuggestionSpan.FLAG_MISSPELLED in removeErrorSuggestionSpan()
564 flags |= SuggestionSpan.FLAG_MISSPELLED; in createMisspelledSuggestionSpan()
DEditor.java191 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()
DTextView.java6028 && (flags & SuggestionSpan.FLAG_MISSPELLED) != 0) { in removeMisspelledSpans()
/frameworks/base/core/api/
Dcurrent.txt45244 field public static final int FLAG_MISSPELLED = 2; // 0x2
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt30702 field public static final int FLAG_MISSPELLED = 2; // 0x2