Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestions.java116 int maxKeyWidth = 0; in calcurateMaxRowWidth() local
118 maxKeyWidth = Math.max(maxKeyWidth, mWidths[index]); in calcurateMaxRowWidth()
122 maxKeyWidth * numColumnInRow + mDividerWidth * (numColumnInRow - 1)); in calcurateMaxRowWidth()