Searched refs:mWidths (Results 1 – 1 of 1) sorted by relevance
43 private final int[] mWidths = new int[SuggestedWords.MAX_SUGGESTIONS]; field in MoreSuggestions.MoreSuggestionsParam78 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()