Searched refs:suggestionSpans (Results 1 – 1 of 1) sorted by relevance
1682 SuggestionSpan[] suggestionSpans = spannable.getSpans(0, in downgradeEasyCorrectionSpans() local1684 for (int i = 0; i < suggestionSpans.length; i++) { in downgradeEasyCorrectionSpans()1685 int flags = suggestionSpans[i].getFlags(); in downgradeEasyCorrectionSpans()1689 suggestionSpans[i].setFlags(flags); in downgradeEasyCorrectionSpans()2667 final SuggestionSpan[] suggestionSpans = spannable.getSpans(selectionStart, selectionEnd, in shouldOfferToShowSuggestions() local2669 if (suggestionSpans.length == 0) { in shouldOfferToShowSuggestions()2674 for (int i = 0; i < suggestionSpans.length; i++) { in shouldOfferToShowSuggestions()2675 if (suggestionSpans[i].getSuggestions().length > 0) { in shouldOfferToShowSuggestions()2686 for (int i = 0; i < suggestionSpans.length; i++) { in shouldOfferToShowSuggestions()2687 final int spanStart = spannable.getSpanStart(suggestionSpans[i]); in shouldOfferToShowSuggestions()[all …]