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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyDrawParams.java 33 public int mHintLetterSize;
62 mHintLetterSize = copyFrom.mHintLetterSize;
98 mHintLetterSize = selectTextSize(keyHeight, attr.mHintLetterRatio, mHintLetterSize);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 521 paint.setTextSize(params.mHintLetterSize);
Key.java 678 return params.mHintLetterSize;
    [all...]

Completed in 5215 milliseconds