Searched defs:NOT_A_KEY (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DPointerTracker.java47 private static final int NOT_A_KEY = LatinKeyboardBaseView.NOT_A_KEY; field in class:PointerTracker
82 private int mPreviousKey = NOT_A_KEY;
94 private int mKeyIndex = NOT_A_KEY;
241 final boolean inside = (keyIndex == NOT_A_KEY);
372 showKeyPreviewAndUpdateKey(NOT_A_KEY);
396 showKeyPreviewAndUpdateKey(NOT_A_KEY);
464 mProxy.showPreview(NOT_A_KEY, this);
539 mLastSentIndex = NOT_A_KEY;
H A DLatinKeyboardBaseView.java163 /* package */ static final int NOT_A_KEY = -1; field in class:LatinKeyboardBaseView
194 private int mOldPreviewKeyIndex = NOT_A_KEY;
931 tracker.updateKey(NOT_A_KEY);
932 showPreview(NOT_A_KEY, null);
949 if (keyIndex == NOT_A_KEY) {

Completed in 48 milliseconds