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

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

Completed in 28 milliseconds