Home
last modified time | relevance | path

Searched refs:needsToUpcase (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java289 final boolean needsToUpcase = needsToUpcase(mLabelFlags, params.mId.mElementId); in Key()
332 mMoreKeys[i] = new MoreKeySpec(moreKeys[i], needsToUpcase, localeForUpcasing); in Key()
353 mLabel = needsToUpcase in Key()
362 mHintLabel = needsToUpcase in Key()
367 if (needsToUpcase) { in Key()
395 mCode = needsToUpcase ? StringUtils.toTitleCaseOfKeyCode(code, localeForUpcasing) in Key()
400 final int altCode = needsToUpcase in Key()
453 private static boolean needsToUpcase(final int labelFlags, final int keyboardElementId) { in needsToUpcase() method in Key