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

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

Completed in 892 milliseconds