HomeSort by relevance Sort by last modified time
    Searched defs:NOT_A_KEY (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 132 private static final int NOT_A_KEY = -1;
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 && index < mKeys.length)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 129 private static final int NOT_A_KEY = -1;
136 private int mCurrentKeyIndex = NOT_A_KEY;
200 private int mCurrentKey = NOT_A_KEY;
201 private int mDownKey = NOT_A_KEY;
208 private int mRepeatKeyIndex = NOT_A_KEY;
463 int oldRepeatKeyCode = NOT_A_KEY;
465 showPreview(NOT_A_KEY);
466 if ((mRepeatKeyIndex != NOT_A_KEY) && (mRepeatKeyIndex < mKeys.length)) {
480 if (oldRepeatKeyCode != NOT_A_KEY) {
482 if ((keyIndex != NOT_A_KEY)
    [all...]

Completed in 39 milliseconds