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

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

Completed in 7 milliseconds