Searched defs:getCode (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardCodesSet.java32 public static int getCode(final String name) { method in class:KeyboardCodesSet
H A DKeySpecParser.java180 // See {@link #getCode(Resources, String)}.
192 // Code is automatically generated for one letter label. See {@link getCode()}.
196 public static int getCode(@Nullable final String keySpec) { method in class:KeySpecParser
228 return KeyboardCodesSet.getCode(text.substring(KeyboardCodesSet.PREFIX_CODE.length()));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java343 final int code = KeySpecParser.getCode(keySpec);
533 final int code = getCode();
562 public int getCode() { method in class:Key

Completed in 71 milliseconds