Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardParams.java156 private int mMaxHeightCount = 0; field in KeyboardParams
163 mMaxHeightCount = 0; in clearHistogram()
181 if (heightCount > mMaxHeightCount) { in updateHistogram()
182 mMaxHeightCount = heightCount; in updateHistogram()