HomeSort by relevance Sort by last modified time
    Searched defs:selectTextSize (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyDrawParams.java 85 mLargeLabelSize = selectTextSize(keyHeight, attr.mLargeLabelRatio, mLargeLabelSize);
86 mLargeLetterSize = selectTextSize(keyHeight, attr.mLargeLetterRatio, mLargeLetterSize);
87 mHintLetterSize = selectTextSize(keyHeight, attr.mHintLetterRatio, mHintLetterSize);
88 mShiftedLetterHintSize = selectTextSize(keyHeight,
90 mHintLabelSize = selectTextSize(keyHeight, attr.mHintLabelRatio, mHintLabelSize);
91 mPreviewTextSize = selectTextSize(keyHeight, attr.mPreviewTextRatio, mPreviewTextSize);
126 private static final int selectTextSize(final int keyHeight, final float ratio,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 528 public final int selectTextSize(final KeyDrawParams params) {
    [all...]
KeyboardView.java 533 paint.setTextSize(key.selectTextSize(params));
    [all...]

Completed in 53 milliseconds