Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
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); in layout()
DSuggestionStripView.java147 for (int pos = 0; pos < SuggestedWords.MAX_SUGGESTIONS; pos++) { in SuggestionStripView()
/packages/apps/Contacts/src/com/android/contacts/list/
DJoinContactListAdapter.java39 private static final int MAX_SUGGESTIONS = 4; field in JoinContactListAdapter
80 builder.appendQueryParameter("limit", String.valueOf(MAX_SUGGESTIONS)); in configureLoader()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
DLeanbackImeService.java53 public static final int MAX_SUGGESTIONS = 10; field in LeanbackImeService
110 mSuggestionsFactory = new LeanbackSuggestionsFactory(this, MAX_SUGGESTIONS); in onInitializeInterface()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java48 public static final int MAX_SUGGESTIONS = 18; field in SuggestedWords
DDictionaryFacilitatorImpl.java622 SuggestedWords.MAX_SUGGESTIONS, ngramContext.isBeginningOfSentenceContext(), in getSuggestionResults()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1565 "" /* prevWordsContext */, SuggestedWords.MAX_SUGGESTIONS + 1, in restartSuggestionsOnWordTouchedByCursor()
1580 "" /* prevWordsContext */, SuggestedWords.MAX_SUGGESTIONS - i, in restartSuggestionsOnWordTouchedByCursor()