Searched refs:MAX_NUMBER_SUGGESTIONS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java2181 private static final int MAX_NUMBER_SUGGESTIONS = SuggestionSpan.SUGGESTIONS_MAX_SIZE; field in class:Editor.SuggestionsPopupWindow
2237 mSuggestionInfos = new SuggestionInfo[MAX_NUMBER_SUGGESTIONS + 2];
2464 if (mNumberOfSuggestions == MAX_NUMBER_SUGGESTIONS) {

Completed in 195 milliseconds