Searched refs:FLAG_EASY_CORRECT (Results 1 – 8 of 8) sorted by relevance
58 public static final int FLAG_EASY_CORRECT = 0x0001; field in SuggestionSpan363 final boolean easy = (mFlags & FLAG_EASY_CORRECT) != 0; in updateDrawState()385 final boolean easy = (mFlags & FLAG_EASY_CORRECT) != 0; in getUnderlineColor()
232 SuggestionSpan.FLAG_EASY_CORRECT | SuggestionSpan.FLAG_MISSPELLED); in testEasyCorrect()
486 SuggestionSpan.FLAG_EASY_CORRECT | SuggestionSpan.FLAG_MISSPELLED); in createMisspelledSuggestionSpan()
1366 if ((flags & SuggestionSpan.FLAG_EASY_CORRECT) != 0 in downgradeEasyCorrectionSpans()1368 flags &= ~SuggestionSpan.FLAG_EASY_CORRECT; in downgradeEasyCorrectionSpans()2349 if ((suggestionSpans[i].getFlags() & SuggestionSpan.FLAG_EASY_CORRECT) != 0) { in isCursorInsideEasyCorrectionSpan()2904 suggestionSpanFlags &= ~SuggestionSpan.FLAG_EASY_CORRECT; in replaceWithSuggestion()3440 final boolean easy1 = (flag1 & SuggestionSpan.FLAG_EASY_CORRECT) != 0; in compare()3441 final boolean easy2 = (flag2 & SuggestionSpan.FLAG_EASY_CORRECT) != 0; in compare()
5902 if ((flags & SuggestionSpan.FLAG_EASY_CORRECT) != 0 in removeMisspelledSpans()
30701 field public static final int FLAG_EASY_CORRECT = 1; // 0x1
48311 field public static final int FLAG_EASY_CORRECT = 1; // 0x1
48455 field public static final int FLAG_EASY_CORRECT = 1; // 0x1