OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mShiftedLetterHintSize
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyDrawParams.java
30
public int
mShiftedLetterHintSize
;
59
mShiftedLetterHintSize
= copyFrom.
mShiftedLetterHintSize
;
95
mShiftedLetterHintSize
= selectTextSize(keyHeight,
96
attr.mShiftedLetterHintRatio,
mShiftedLetterHintSize
);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java
625
return params.
mShiftedLetterHintSize
;
[
all
...]
Completed in 45 milliseconds