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 97 mLargeLetterSize = selectTextSize(keyHeight, attr.mLargeLetterRatio, mLargeLetterSize);
98 mHintLetterSize = selectTextSize(keyHeight, attr.mHintLetterRatio, mHintLetterSize);
99 mShiftedLetterHintSize = selectTextSize(keyHeight,
101 mHintLabelSize = selectTextSize(keyHeight, attr.mHintLabelRatio, mHintLabelSize);
102 mPreviewTextSize = selectTextSize(keyHeight, attr.mPreviewTextRatio, mPreviewTextSize);
146 private static int selectTextSize(final int keyHeight, final float ratio,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 399 paint.setTextSize(key.selectTextSize(params));
547 paint.setTextSize(key.selectTextSize(mKeyDrawParams));
Key.java 649 public final int selectTextSize(final KeyDrawParams params) {
    [all...]

Completed in 4455 milliseconds