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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DMoreSuggestions.java50 private final int[] mWidths = new int[SuggestionStripView.MAX_SUGGESTIONS];
51 private final int[] mRowNumbers = new int[SuggestionStripView.MAX_SUGGESTIONS];
52 private final int[] mColumnOrders = new int[SuggestionStripView.MAX_SUGGESTIONS];
53 private final int[] mNumColumnsInRow = new int[SuggestionStripView.MAX_SUGGESTIONS];
74 final int size = Math.min(suggestedWords.size(), SuggestionStripView.MAX_SUGGESTIONS);
H A DSuggestionStripView.java57 public static final int MAX_SUGGESTIONS = 18; field in class:SuggestionStripView
94 for (int pos = 0; pos < MAX_SUGGESTIONS; pos++) {
/packages/apps/Contacts/src/com/android/contacts/list/
H A DJoinContactListAdapter.java41 private static final int MAX_SUGGESTIONS = 4; field in class:JoinContactListAdapter
82 builder.appendQueryParameter("limit", String.valueOf(MAX_SUGGESTIONS));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggest.java63 public static final int MAX_SUGGESTIONS = 18; field in class:Suggest
240 MAX_SUGGESTIONS);
360 MAX_SUGGESTIONS);
H A DExpandableDictionary.java371 if (suggestions.size() >= Suggest.MAX_SUGGESTIONS) return false;
381 if (suggestions.size() > Suggest.MAX_SUGGESTIONS) return false;
H A DLatinIME.java2873 SuggestionStripView.MAX_SUGGESTIONS - i,

Completed in 87 milliseconds