HomeSort by relevance Sort by last modified time
    Searched refs:MAX_SUGGESTIONS (Results 1 - 7 of 7) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestions.java 43 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);
SuggestionStripView.java 147 for (int pos = 0; pos < SuggestedWords.MAX_SUGGESTIONS; pos++) {
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 45 private static final int MAX_SUGGESTIONS = 32;
48 private int[] mWordWidth = new int[MAX_SUGGESTIONS];
49 private int[] mWordX = new int[MAX_SUGGESTIONS];