Searched refs:mHintLetterSize (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyDrawParams.java30 public int mHintLetterSize; field in class:KeyDrawParams
55 mHintLetterSize = copyFrom.mHintLetterSize;
87 mHintLetterSize = selectTextSize(keyHeight, attr.mHintLetterRatio, mHintLetterSize);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java555 return params.mHintLetterSize;
H A DKeyboardView.java679 paint.setTextSize(params.mHintLetterSize);

Completed in 25 milliseconds