Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/style/
DSuggestionSpan.java64 public static final int FLAG_MISSPELLED = 0x0002; field in SuggestionSpan
362 final boolean misspelled = (mFlags & FLAG_MISSPELLED) != 0; in updateDrawState()
384 final boolean misspelled = (mFlags & FLAG_MISSPELLED) != 0; in getUnderlineColor()
/frameworks/base/core/tests/coretests/src/android/widget/
DSuggestionsPopupWindowTest.java204 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()
/frameworks/base/core/java/android/widget/
DSpellChecker.java486 SuggestionSpan.FLAG_EASY_CORRECT | SuggestionSpan.FLAG_MISSPELLED); in createMisspelledSuggestionSpan()
DEditor.java1367 && (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()
DTextView.java5903 && (flags & SuggestionSpan.FLAG_MISSPELLED) != 0) { in removeMisspelledSpans()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt30702 field public static final int FLAG_MISSPELLED = 2; // 0x2
/frameworks/base/non-updatable-api/
Dcurrent.txt48312 field public static final int FLAG_MISSPELLED = 2; // 0x2
/frameworks/base/api/
Dcurrent.txt48456 field public static final int FLAG_MISSPELLED = 2; // 0x2