HomeSort by relevance Sort by last modified time
    Searched refs:mHintLabelSize (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyDrawParams.java 35 public int mHintLabelSize;
64 mHintLabelSize = copyFrom.mHintLabelSize;
101 mHintLabelSize = selectTextSize(keyHeight, attr.mHintLabelRatio, mHintLabelSize);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 658 return params.mHintLabelSize;
673 return params.mHintLabelSize;
    [all...]

Completed in 79 milliseconds