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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TypefaceUtils.java 24 public final class TypefaceUtils {
25 private TypefaceUtils() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 41 import com.android.inputmethod.latin.utils.TypefaceUtils;
373 final float labelCharHeight = TypefaceUtils.getCharHeight(
375 final float labelCharWidth = TypefaceUtils.getCharWidth(
394 labelWidth = TypefaceUtils.getLabelWidth(label, paint) + icon.getIntrinsicWidth()
399 labelWidth = TypefaceUtils.getLabelWidth(label, paint) + icon.getIntrinsicWidth()
409 (keyWidth * MAX_LABEL_RATIO) / TypefaceUtils.getLabelWidth(label, paint)));
460 + TypefaceUtils.getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint) * 2.0f;
462 + TypefaceUtils.getCharHeight(KEY_LABEL_REFERENCE_CHAR, paint) / 2.0f;
467 - TypefaceUtils.getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint) / 2.0f;
474 TypefaceUtils.getCharWidth(KEY_NUMERIC_HINT_LABEL_REFERENCE_CHAR, paint)
    [all...]
MoreKeysKeyboard.java 31 import com.android.inputmethod.latin.utils.TypefaceUtils;
330 (int)(TypefaceUtils.getLabelWidth(label, paint) + padding));
MainKeyboardView.java 69 import com.android.inputmethod.latin.utils.TypefaceUtils;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestions.java 33 import com.android.inputmethod.latin.utils.TypefaceUtils;
78 mWidths[index] = (int)(TypefaceUtils.getLabelWidth(word, paint) + padding);

Completed in 775 milliseconds