Searched refs:altCode (Results 1 – 2 of 2) sorted by relevance
153 public OptionalAttributes(final String outputText, final int altCode, in OptionalAttributes() argument157 mAltCode = altCode; in OptionalAttributes()352 final int altCode = KeySpecParser.toUpperCaseOfCodeForLocale( in Key() local356 if (outputText == null && altCode == CODE_UNSPECIFIED in Key()361 mOptionalAttributes = new OptionalAttributes(outputText, altCode, in Key()
573 final int altCode = key.getAltCode(); in setReleasedKeyGraphics() local574 final Key altKey = mKeyboard.getKey(altCode); in setReleasedKeyGraphics()579 if (k != key && k.getAltCode() == altCode) { in setReleasedKeyGraphics()617 final int altCode = key.getAltCode(); in setPressedKeyGraphics() local618 final Key altKey = mKeyboard.getKey(altCode); in setPressedKeyGraphics()623 if (k != key && k.getAltCode() == altCode) { in setPressedKeyGraphics()