Home
last modified time | relevance | path

Searched refs:FLAG_MISSPELLED (Results 1 – 6 of 6) 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.java5898 && (flags & SuggestionSpan.FLAG_MISSPELLED) != 0) { in removeMisspelledSpans()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...