Searched refs:chordingPressKey (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardStateMultiTouchTests.java | 265 chordingPressKey(CODE_SHIFT, ALPHABET_MANUAL_SHIFTED); in testChordingLetterAndShiftKey() 280 chordingPressKey('z', ALPHABET_UNSHIFTED); in testMultiTouchManualShifted() 297 chordingPressKey('z', ALPHABET_UNSHIFTED); in testMultiTouchAutomaticUpperCase() 314 chordingPressKey('Z', ALPHABET_AUTOMATIC_SHIFTED); in testMultiTouchCapModeCharacter() 329 chordingPressKey('X', ALPHABET_MANUAL_SHIFTED); in testMultiTouchShiftChordingManualShifted() 331 chordingPressKey('Z', ALPHABET_MANUAL_SHIFTED); in testMultiTouchShiftChordingManualShifted() 350 chordingPressKey('X', ALPHABET_MANUAL_SHIFTED); in testMultiTouchShiftChordingAutomaticUpperCase() 352 chordingPressKey('Z', ALPHABET_MANUAL_SHIFTED); in testMultiTouchShiftChordingAutomaticUpperCase() 366 chordingPressKey('X', ALPHABET_MANUAL_SHIFTED); in testMultiTouchShiftChordingAutomaticUpperCase() 370 chordingPressKey(CODE_AUTO_CAPS_TRIGGER, ALPHABET_MANUAL_SHIFTED); in testMultiTouchShiftChordingAutomaticUpperCase() [all …]
|
D | KeyboardStateTestsBase.java | 131 public void chordingPressKey(final int code, final int afterPress) { in chordingPressKey() method in KeyboardStateTestsBase 157 chordingPressKey(code, afterPress); in chordingPressAndReleaseKey()
|