Searched defs:mHintLabelSize (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyDrawParams.java31 public int mHintLabelSize; field in class:KeyDrawParams
60 mHintLabelSize = copyFrom.mHintLabelSize;
97 mHintLabelSize = selectTextSize(keyHeight, attr.mHintLabelRatio, mHintLabelSize);

Completed in 61 milliseconds