Searched refs:NOT_A_CODE (Results 1 – 7 of 7) sorted by relevance
162 public static final int NOT_A_CODE = -1; field in Constants288 if (code == NOT_A_CODE) break; in printableCodes()
117 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()
147 private int mCurrentRepeatingKeyCode = Constants.NOT_A_CODE;965 mCurrentRepeatingKeyCode = Constants.NOT_A_CODE; in onUpEventInternal()1173 mCurrentRepeatingKeyCode = Constants.NOT_A_CODE; in onKeyRepeat()
398 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()
277 Arrays.fill(session.mInputCodePoints, Constants.NOT_A_CODE); in getSuggestions()
296 Constants.NOT_A_CODE, this); in onLongClick()
1141 if (codePointBeforeCursor == Constants.NOT_A_CODE) { in handleBackspaceEvent()1164 if (codePointBeforeCursorToDeleteAgain != Constants.NOT_A_CODE) { in handleBackspaceEvent()