Home
last modified time | relevance | path

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

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