Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboard.java367 final int heightCount = updateHistogramCounter(mHeightHistogram, height); in updateHistogram() local
368 if (heightCount > mMaxHeightCount) { in updateHistogram()
369 mMaxHeightCount = heightCount; in updateHistogram()