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

  /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;
ProximityInfo.java 93 Arrays.fill(proximityCharsArray, KeyDetector.NOT_A_CODE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 28 public static final int NOT_A_CODE = KeyDetector.NOT_A_CODE;
BinaryDictionary.java 199 Arrays.fill(mInputCodes, WordComposer.NOT_A_CODE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
SpellCheckerProximityInfo.java 25 final private static int NUL = KeyDetector.NOT_A_CODE;

Completed in 2326 milliseconds