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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardParams.java103 private final SparseIntArray mWidthHistogram = new SparseIntArray(); field in class:KeyboardParams
112 mWidthHistogram.clear();
131 final int widthCount = updateHistogramCounter(mWidthHistogram, width);

Completed in 9 milliseconds