Searched refs:flag1 (Results 1 – 1 of 1) sorted by relevance
3668 final int flag1 = span1.getFlags(); in compare() local3670 if (flag1 != flag2) { in compare()3672 int easy = compareFlag(SuggestionSpan.FLAG_EASY_CORRECT, flag1, flag2); in compare()3674 int misspelled = compareFlag(SuggestionSpan.FLAG_MISSPELLED, flag1, flag2); in compare()3676 int grammarError = compareFlag(SuggestionSpan.FLAG_GRAMMAR_ERROR, flag1, flag2); in compare()