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.java43 private final int[] mWidths = new int[SuggestedWords.MAX_SUGGESTIONS];
44 private final int[] mRowNumbers = new int[SuggestedWords.MAX_SUGGESTIONS];
45 private final int[] mColumnOrders = new int[SuggestedWords.MAX_SUGGESTIONS];
46 private final int[] mNumColumnsInRow = new int[SuggestedWords.MAX_SUGGESTIONS];
68 final int size = Math.min(suggestedWords.size(), SuggestedWords.MAX_SUGGESTIONS);
H A DSuggestionStripView.java147 for (int pos = 0; pos < SuggestedWords.MAX_SUGGESTIONS; pos++) {
/packages/apps/Contacts/src/com/android/contacts/list/
H A DJoinContactListAdapter.java39 private static final int MAX_SUGGESTIONS = 4; field in class:JoinContactListAdapter
80 builder.appendQueryParameter("limit", String.valueOf(MAX_SUGGESTIONS));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggestedWords.java48 public static final int MAX_SUGGESTIONS = 18; field in class:SuggestedWords
H A DDictionaryFacilitatorImpl.java622 SuggestedWords.MAX_SUGGESTIONS, ngramContext.isBeginningOfSentenceContext(),
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java1565 "" /* prevWordsContext */, SuggestedWords.MAX_SUGGESTIONS + 1,
1580 "" /* prevWordsContext */, SuggestedWords.MAX_SUGGESTIONS - i,

Completed in 197 milliseconds