Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestions.java45 private final int[] mColumnOrders = new int[SuggestedWords.MAX_SUGGESTIONS]; field in MoreSuggestions.MoreSuggestionsParam
91 mColumnOrders[index] = index - rowStartIndex; in layout()
138 final int columnOrder = mColumnOrders[index]; in getColumnNumber()