Searched refs:chordingPressKey (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardStateMultiTouchTests.java | 262 chordingPressKey(CODE_SHIFT, ALPHABET_MANUAL_SHIFTED); in testChordingLetterAndShiftKey() 277 chordingPressKey('z', ALPHABET_UNSHIFTED); in testMultiTouchManualShifted() 294 chordingPressKey('z', ALPHABET_UNSHIFTED); in testMultiTouchAutomaticUpperCase() 311 chordingPressKey('Z', ALPHABET_AUTOMATIC_SHIFTED); in testMultiTouchCapModeCharacter() 326 chordingPressKey('X', ALPHABET_MANUAL_SHIFTED); in testMultiTouchShiftChordingManualShifted() 328 chordingPressKey('Z', ALPHABET_MANUAL_SHIFTED); in testMultiTouchShiftChordingManualShifted() 347 chordingPressKey('X', ALPHABET_MANUAL_SHIFTED); in testMultiTouchShiftChordingAutomaticUpperCase() 349 chordingPressKey('Z', ALPHABET_MANUAL_SHIFTED); in testMultiTouchShiftChordingAutomaticUpperCase() 368 chordingPressKey('X', ALPHABET_MANUAL_SHIFTED); in testMultiTouchShiftChordingCapModeCharacter() 370 chordingPressKey('Z', ALPHABET_MANUAL_SHIFTED); in testMultiTouchShiftChordingCapModeCharacter()
|
D | KeyboardStateTestsBase.java | 89 public void chordingPressKey(int code, int afterPress) { in chordingPressKey() method in KeyboardStateTestsBase 101 chordingPressKey(code, afterPress); in chordingPressAndReleaseKey()
|