Searched refs:afterPress (Results 1 – 1 of 1) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardStateTestsBase.java | 68 private void pressKeyWithoutTimerExpire(int code, boolean isSinglePointer, int afterPress) { in pressKeyWithoutTimerExpire() argument 70 assertLayout("afterPress", afterPress, mSwitcher.getLayoutId()); in pressKeyWithoutTimerExpire() 73 public void pressKey(int code, int afterPress) { in pressKey() argument 75 pressKeyWithoutTimerExpire(code, true, afterPress); in pressKey() 84 public void pressAndReleaseKey(int code, int afterPress, int afterRelease) { in pressAndReleaseKey() argument 85 pressKey(code, afterPress); in pressAndReleaseKey() 89 public void chordingPressKey(int code, int afterPress) { in chordingPressKey() argument 91 pressKeyWithoutTimerExpire(code, false, afterPress); in chordingPressKey() 100 public void chordingPressAndReleaseKey(int code, int afterPress, int afterRelease) { in chordingPressAndReleaseKey() argument 101 chordingPressKey(code, afterPress); in chordingPressAndReleaseKey() [all …]
|