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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
HardwareKeyboardEventDecoder.java 49 final boolean isKeyRepeat = (0 != keyEvent.getRepeatCount());
52 null /* next */, isKeyRepeat);
69 Constants.CODE_SHIFT_ENTER, null /* next */, isKeyRepeat);
72 null /* next */, isKeyRepeat);
77 isKeyRepeat);
Event.java 143 final int x, final int y, final boolean isKeyRepeat) {
145 null /* suggestedWordInfo */, isKeyRepeat ? FLAG_REPEAT : FLAG_NONE, null);
150 final Event next, final boolean isKeyRepeat) {
153 null /* suggestedWordInfo */, isKeyRepeat ? FLAG_REPEAT : FLAG_NONE, next);
282 public boolean isKeyRepeat() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardActionListener.java 56 * @param isKeyRepeat true if this is a key repeat, false otherwise
59 public void onCodeInput(int primaryCode, int x, int y, boolean isKeyRepeat);
112 public void onCodeInput(int primaryCode, int x, int y, boolean isKeyRepeat) {}
PointerTracker.java 277 final int y, final long eventTime, final boolean isKeyRepeat) {
298 sListener.onCodeInput(code, x, y, isKeyRepeat);
301 Constants.NOT_A_COORDINATE, Constants.NOT_A_COORDINATE, isKeyRepeat);
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 280 protected void typeInternal(final int codePoint, final boolean isKeyRepeat) {
292 Constants.NOT_A_COORDINATE, Constants.NOT_A_COORDINATE, isKeyRepeat);
296 event = LatinIME.createSoftwareKeypressEvent(codePoint, x, y, isKeyRepeat);
304 typeInternal(codePoint, false /* isKeyRepeat */);
308 typeInternal(codePoint, true /* isKeyRepeat */);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 63 public void onCodeInput(int primaryCode, int x, int y, boolean isKeyRepeat);
456 false /* isKeyRepeat */);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java     [all...]

Completed in 476 milliseconds