Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java376 if (length < 1) return Constants.NOT_A_CODE; in getCodePointBeforeCursor()
703 int consideredCodePoint = 0 == indexOfCodePointInJavaChars ? Constants.NOT_A_CODE in isCursorTouchingWord()
708 consideredCodePoint = 0 == indexOfCodePointInJavaChars ? Constants.NOT_A_CODE in isCursorTouchingWord()
711 return !(Constants.NOT_A_CODE == consideredCodePoint in isCursorTouchingWord()
DConstants.java150 public static final int NOT_A_CODE = -1; field in Constants
282 if (code == NOT_A_CODE) break; in printableCodes()
DBinaryDictionary.java267 Arrays.fill(session.mInputCodePoints, Constants.NOT_A_CODE); in getSuggestions()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java119 Arrays.fill(proximityCharsArray, Constants.NOT_A_CODE); in createNativeProximityInfo()
140 if (code == Constants.NOT_A_CODE) { in createNativeProximityInfo()
393 dest[index] = Constants.NOT_A_CODE; in fillArrayWithNearestKeyCodes()
DPointerTracker.java195 private int mCurrentRepeatingKeyCode = Constants.NOT_A_CODE;
1026 mCurrentRepeatingKeyCode = Constants.NOT_A_CODE; in onUpEventInternal()
1207 mCurrentRepeatingKeyCode = Constants.NOT_A_CODE; in onKeyRepeat()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1118 if (codePointBeforeCursor == Constants.NOT_A_CODE) { in handleBackspaceEvent()
1134 if (codePointBeforeCursorToDeleteAgain != Constants.NOT_A_CODE) { in handleBackspaceEvent()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java330 Constants.NOT_A_CODE, this); in onLongClick()