HomeSort by relevance Sort by last modified time
    Searched full:mwidthhistogram (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 346 private final HashMap<Integer, Integer> mWidthHistogram = new HashMap<Integer, Integer>();
355 mWidthHistogram.clear();
374 final int widthCount = updateHistogramCounter(mWidthHistogram, width);
    [all...]

Completed in 43 milliseconds