Searched refs:altCode (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | Key.java | 181 private OptionalAttributes(final String outputText, final int altCode, in OptionalAttributes() argument 184 mAltCode = altCode; in OptionalAttributes() 191 public static OptionalAttributes newInstance(final String outputText, final int altCode, in newInstance() argument 193 if (outputText == null && altCode == CODE_UNSPECIFIED in newInstance() 198 return new OptionalAttributes(outputText, altCode, disabledIconId, visualInsetsLeft, in newInstance() 400 final int altCode = needsToUpcase in Key() local 403 mOptionalAttributes = OptionalAttributes.newInstance(outputText, altCode, in Key()
|
D | PointerTracker.java | 401 final int altCode = key.getAltCode(); in setReleasedKeyGraphics() local 402 final Key altKey = mKeyboard.getKey(altCode); in setReleasedKeyGraphics() 407 if (k != key && k.getAltCode() == altCode) { in setReleasedKeyGraphics() 443 final int altCode = key.getAltCode(); in setPressedKeyGraphics() local 444 final Key altKey = mKeyboard.getKey(altCode); in setPressedKeyGraphics() 449 if (k != key && k.getAltCode() == altCode) { in setPressedKeyGraphics()
|