Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpec.java55 public MoreKeySpec(@Nonnull final String moreKeySpec, boolean needsToUpperCase, in MoreKeySpec() argument
61 mLabel = needsToUpperCase ? StringUtils.toTitleCaseOfKeyLabel(label, locale) : label; in MoreKeySpec()
63 final int code = needsToUpperCase ? StringUtils.toTitleCaseOfKeyCode(codeInSpec, locale) in MoreKeySpec()
73 mOutputText = needsToUpperCase in MoreKeySpec()