Searched refs:pressKey (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardStateMultiTouchTests.java | 26 pressKey(CODE_SHIFT, ALPHABET_MANUAL_SHIFTED); in testChordingAlphabet() 33 pressKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED); in testChordingAlphabet() 46 pressKey(CODE_SHIFT, ALPHABET_MANUAL_SHIFTED); in testChordingShifted() 53 pressKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED); in testChordingShifted() 67 pressKey(CODE_SHIFT, ALPHABET_SHIFT_LOCK_SHIFTED); in testChordingShiftLocked() 74 pressKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED); in testChordingShiftLocked() 87 pressKey(CODE_SHIFT, SYMBOLS_SHIFTED); in testChordingSymbols() 94 pressKey(CODE_SYMBOL, ALPHABET_UNSHIFTED); in testChordingSymbols() 109 pressKey(CODE_SYMBOL, ALPHABET_UNSHIFTED); in testChordingSymbols() 127 pressKey(CODE_SYMBOL, ALPHABET_SHIFT_LOCKED); in testChordingSymbols() [all …]
|
D | KeyboardStateTestsBase.java | 96 public void pressKey(final int code, final int afterPress) { in pressKey() method in KeyboardStateTestsBase 121 pressKey(code, afterPress); in pressAndReleaseKey() 169 pressKey(code, afterPress); in pressAndSlideFromKey() 182 pressKey(code, afterPress); in stopSlidingOnKey() 209 pressKey(Constants.CODE_SHIFT, afterPress); in longPressShiftKey()
|