Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSpellChecker.java559 final int suggestionsCount = suggestionsInfo.getSuggestionsCount(); in createMisspelledSuggestionSpan() local
561 if (suggestionsCount > 0) { in createMisspelledSuggestionSpan()
562 suggestions = new String[suggestionsCount]; in createMisspelledSuggestionSpan()
563 for (int i = 0; i < suggestionsCount; i++) { in createMisspelledSuggestionSpan()