Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java398 final int altCodeInAttr = KeySpecParser.parseCode( in Key() local
401 ? StringUtils.toTitleCaseOfKeyCode(altCodeInAttr, localeForUpcasing) in Key()
402 : altCodeInAttr; in Key()