Searched defs:mHeightHistogram (Results 1 - 1 of 1) sorted by relevance

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

Completed in 11 milliseconds