Home
last modified time | relevance | path

Searched refs:NOT_A_CODE (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DConstants.java162 public static final int NOT_A_CODE = -1; field in Constants
288 if (code == NOT_A_CODE) break; in printableCodes()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java117 Arrays.fill(proximityCharsArray, Constants.NOT_A_CODE); in createNativeProximityInfo()
138 if (code == Constants.NOT_A_CODE) { in createNativeProximityInfo()
391 dest[index] = Constants.NOT_A_CODE; in fillArrayWithNearestKeyCodes()
DPointerTracker.java147 private int mCurrentRepeatingKeyCode = Constants.NOT_A_CODE;
965 mCurrentRepeatingKeyCode = Constants.NOT_A_CODE; in onUpEventInternal()
1173 mCurrentRepeatingKeyCode = Constants.NOT_A_CODE; in onKeyRepeat()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java398 if (length < 1) return Constants.NOT_A_CODE; in getCodePointBeforeCursor()
767 int consideredCodePoint = 0 == indexOfCodePointInJavaChars ? Constants.NOT_A_CODE in isCursorTouchingWord()
772 consideredCodePoint = 0 == indexOfCodePointInJavaChars ? Constants.NOT_A_CODE in isCursorTouchingWord()
775 return !(Constants.NOT_A_CODE == consideredCodePoint in isCursorTouchingWord()
DBinaryDictionary.java277 Arrays.fill(session.mInputCodePoints, Constants.NOT_A_CODE); in getSuggestions()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java296 Constants.NOT_A_CODE, this); in onLongClick()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1141 if (codePointBeforeCursor == Constants.NOT_A_CODE) { in handleBackspaceEvent()
1164 if (codePointBeforeCursorToDeleteAgain != Constants.NOT_A_CODE) { in handleBackspaceEvent()