OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:needstoupcase
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java
289
final boolean
needsToUpcase
=
needsToUpcase
(mLabelFlags, params.mId.mElementId);
332
mMoreKeys[i] = new MoreKeySpec(moreKeys[i],
needsToUpcase
, localeForUpcasing);
353
mLabel =
needsToUpcase
362
mHintLabel =
needsToUpcase
367
if (
needsToUpcase
) {
395
mCode =
needsToUpcase
? StringUtils.toTitleCaseOfKeyCode(code, localeForUpcasing)
400
final int altCode =
needsToUpcase
453
private static boolean
needsToUpcase
(final int labelFlags, final int keyboardElementId) {
[
all
...]
Completed in 174 milliseconds