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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java132 private static final int NOT_A_KEY = -1; field in class:KeyboardView
137 private int mCurrentKeyIndex = NOT_A_KEY;
199 private int mCurrentKey = NOT_A_KEY;
200 private int mDownKey = NOT_A_KEY;
207 private int mRepeatKeyIndex = NOT_A_KEY;
464 showPreview(NOT_A_KEY);
758 int primaryIndex = NOT_A_KEY;
759 int closestKey = NOT_A_KEY;
801 if (primaryIndex == NOT_A_KEY) {
808 if (index != NOT_A_KEY
[all...]

Completed in 71 milliseconds