Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestions.java67 int rowStartIndex = fromIndex; in layout() local
79 final int numColumn = index - rowStartIndex + 1; in layout()
83 || !fitInWidth(rowStartIndex, index + 1, columnWidth)) { in layout()
87 mNumColumnsInRow[row] = index - rowStartIndex; in layout()
88 rowStartIndex = index; in layout()
91 mColumnOrders[index] = index - rowStartIndex; in layout()
95 mNumColumnsInRow[row] = index - rowStartIndex; in layout()