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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java 124 final int heightCount = updateHistogramCounter(mHeightHistogram, height);
125 if (heightCount > mMaxHeightCount) {
126 mMaxHeightCount = heightCount;

Completed in 540 milliseconds