Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyDrawParams.java34 public int mShiftedLetterHintSize; field in KeyDrawParams
63 mShiftedLetterHintSize = copyFrom.mShiftedLetterHintSize; in KeyDrawParams()
99 mShiftedLetterHintSize = selectTextSize(keyHeight, in updateParams()
100 attr.mShiftedLetterHintRatio, mShiftedLetterHintSize); in updateParams()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java676 return params.mShiftedLetterHintSize; in selectHintTextSize()