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/
DKeyboard.java343 private int mMaxHeightCount = 0; field in Keyboard.Params
350 mMaxHeightCount = 0; in clearHistogram()
368 if (heightCount > mMaxHeightCount) { in updateHistogram()
369 mMaxHeightCount = heightCount; in updateHistogram()