HomeSort by relevance Sort by last modified time
    Searched refs:altCode (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 153 public OptionalAttributes(final String outputText, final int altCode,
157 mAltCode = altCode;
353 final int altCode = KeySpecParser.toUpperCaseOfCodeForLocale(
357 if (outputText == null && altCode == CODE_UNSPECIFIED
362 mOptionalAttributes = new OptionalAttributes(outputText, altCode,
    [all...]
PointerTracker.java 608 final int altCode = key.getAltCode();
609 final Key altKey = mKeyboard.getKey(altCode);
614 if (k != key && k.getAltCode() == altCode) {
652 final int altCode = key.getAltCode();
653 final Key altKey = mKeyboard.getKey(altCode);
658 if (k != key && k.getAltCode() == altCode) {
    [all...]

Completed in 54 milliseconds