OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHintLetterSize
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyDrawParams.java
31
public int
mHintLetterSize
;
56
mHintLetterSize
= copyFrom.
mHintLetterSize
;
88
mHintLetterSize
= selectTextSize(keyHeight, attr.mHintLetterRatio,
mHintLetterSize
);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java
632
return params.
mHintLetterSize
;
[
all
...]
KeyboardView.java
529
paint.setTextSize(params.
mHintLetterSize
);
Completed in 621 milliseconds