Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyVisualAttributes.java37 public final float mLargeLetterRatio; field in KeyVisualAttributes
117 mLargeLetterRatio = ResourceUtils.getFraction(keyAttr, in KeyVisualAttributes()
DKeyDrawParams.java97 mLargeLetterSize = selectTextSize(keyHeight, attr.mLargeLetterRatio, mLargeLetterSize); in updateParams()