Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestions.java43 private final int[] mWidths = new int[SuggestedWords.MAX_SUGGESTIONS]; field in MoreSuggestions.MoreSuggestionsParam
78 mWidths[index] = (int)(TypefaceUtils.getStringWidth(word, paint) + padding); in layout()
105 if (mWidths[index] > width) in fitInWidth()
118 maxKeyWidth = Math.max(maxKeyWidth, mWidths[index]); in calcurateMaxRowWidth()