Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestions.java44 private final int[] mRowNumbers = new int[SuggestedWords.MAX_SUGGESTIONS]; field in MoreSuggestions.MoreSuggestionsParam
92 mRowNumbers[index] = row; in layout()
117 while (index < endIndex && mRowNumbers[index] == row) { in calcurateMaxRowWidth()
134 return mNumColumnsInRow[mRowNumbers[index]]; in getNumColumnInRow()
149 final int row = mRowNumbers[index]; in getY()
159 final int row = mRowNumbers[index]; in markAsEdgeKey()