Home
last modified time | relevance | path

Searched refs:mHintLetterRatio (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyVisualAttributes.java38 public final float mHintLetterRatio; field in KeyVisualAttributes
119 mHintLetterRatio = ResourceUtils.getFraction(keyAttr, in KeyVisualAttributes()
DKeyDrawParams.java98 mHintLetterSize = selectTextSize(keyHeight, attr.mHintLetterRatio, mHintLetterSize); in updateParams()