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

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 208 private int mRepeatKeyIndex = NOT_A_KEY;
466 if ((mRepeatKeyIndex != NOT_A_KEY) && (mRepeatKeyIndex < mKeys.length)) {
467 oldRepeatKeyCode = mKeys[mRepeatKeyIndex].codes[0];
486 mRepeatKeyIndex = keyIndex;
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 207 private int mRepeatKeyIndex = NOT_A_KEY;
    [all...]

Completed in 94 milliseconds