Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyVisualAttributes.java35 public final float mLabelRatio; field in KeyVisualAttributes
113 mLabelRatio = ResourceUtils.getFraction(keyAttr, in KeyVisualAttributes()
DKeyDrawParams.java96 attr.mLabelSize, attr.mLabelRatio, mLabelSize); in updateParams()