HomeSort by relevance Sort by last modified time
    Searched refs:getCharHeight (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
TypefaceUtils.java 36 public static float getCharHeight(final char[] referenceChar, final Paint paint) {
KeyboardView.java 362 final float labelCharHeight = TypefaceUtils.getCharHeight(
449 + TypefaceUtils.getCharHeight(KEY_LABEL_REFERENCE_CHAR, paint) / 2.0f;

Completed in 156 milliseconds