Searched refs:mRowNumbers (Results 1 – 1 of 1) sorted by relevance
44 private final int[] mRowNumbers = new int[SuggestedWords.MAX_SUGGESTIONS]; field in MoreSuggestions.MoreSuggestionsParam92 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()