Searched refs:maxRow (Results 1 – 1 of 1) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
D | MoreSuggestions.java | 57 final int maxWidth, final int minWidth, final int maxRow, final Paint paint, in layout() argument 84 if ((row + 1) >= maxRow) { in layout() 191 final int maxWidth, final int minWidth, final int maxRow, in layout() argument 197 final int count = mParams.layout(suggestedWords, fromIndex, maxWidth, minWidth, maxRow, in layout()
|