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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 28 public static final int NOT_A_CODE = KeyDetector.NOT_A_CODE;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyDetector.java 28 public static final int NOT_A_CODE = -1;
115 * initialized by {@link #NOT_A_CODE} value.
119 Arrays.fill(codes, NOT_A_CODE);
165 allCodes[0] = NOT_A_CODE;

Completed in 37 milliseconds