Searched defs:selectTextSize (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyDrawParams.java93 mLargeLetterSize = selectTextSize(keyHeight, attr.mLargeLetterRatio, mLargeLetterSize);
94 mHintLetterSize = selectTextSize(keyHeight, attr.mHintLetterRatio, mHintLetterSize);
95 mShiftedLetterHintSize = selectTextSize(keyHeight,
97 mHintLabelSize = selectTextSize(keyHeight, attr.mHintLabelRatio, mHintLabelSize);
98 mPreviewTextSize = selectTextSize(keyHeight, attr.mPreviewTextRatio, mPreviewTextSize);
141 private static int selectTextSize(final int keyHeight, final float ratio, method in class:KeyDrawParams
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java598 public final int selectTextSize(final KeyDrawParams params) { method in class:Key

Completed in 55 milliseconds