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

  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
Constants.java 162 public static final int NOT_A_CODE = -1;
288 if (code == NOT_A_CODE) break;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 117 Arrays.fill(proximityCharsArray, Constants.NOT_A_CODE);
138 if (code == Constants.NOT_A_CODE) {
391 dest[index] = Constants.NOT_A_CODE;
PointerTracker.java 146 // if not a NOT_A_CODE, the key of this code is repeating
147 private int mCurrentRepeatingKeyCode = Constants.NOT_A_CODE;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java 398 if (length < 1) return Constants.NOT_A_CODE;
    [all...]
BinaryDictionary.java 277 Arrays.fill(session.mInputCodePoints, Constants.NOT_A_CODE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 296 Constants.NOT_A_CODE, this);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java     [all...]

Completed in 1003 milliseconds