Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardParams.java158 private final SparseIntArray mHeightHistogram = new SparseIntArray(); field in KeyboardParams
164 mHeightHistogram.clear(); in clearHistogram()
180 final int heightCount = updateHistogramCounter(mHeightHistogram, height); in updateHistogram()