Home
last modified time | relevance | path

Searched refs:SYMBOLS_UNSHIFTED (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardStateSingleTouchTests.java40 pressAndReleaseKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testShiftSymbols()
46 pressAndReleaseKey(CODE_SHIFT, SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testShiftSymbols()
57 pressAndReleaseKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testAlphabetAndSymbols()
61 pressAndReleaseKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testAlphabetAndSymbols()
68 pressAndReleaseKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testAlphabetAndSymbols()
117 pressAndReleaseKey('1', SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testSwitchBackBySpace()
142 pressAndReleaseKey('1', SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testSwitchBackBySpaceShiftLocked()
178 pressAndReleaseKey('1', SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testAutomaticUpperCase()
363 pressAndSlideFromKey('@', SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testSlidingAlphabet()
381 pressAndSlideFromKey('@', SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testSlidingAlphabet()
[all …]
H A DKeyboardStateMultiTouchTests.java35 chordingPressAndReleaseKey('1', SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testChordingAlphabet()
55 chordingPressAndReleaseKey('1', SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testChordingShifted()
76 chordingPressAndReleaseKey('1', SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testChordingShiftLocked()
84 pressAndReleaseKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testChordingSymbols()
107 pressAndReleaseKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testChordingSymbols()
125 pressAndReleaseKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testChordingSymbols()
143 pressAndReleaseKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testChordingSymbols()
157 pressAndReleaseKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testChordingSymbolsShifted()
164 chordingPressAndReleaseKey('1', SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testChordingSymbolsShifted()
182 pressAndReleaseKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testChordingSymbolsShifted()
[all …]
H A DMockKeyboardSwitcher.java47 public static final int SYMBOLS_UNSHIFTED = 5; field
73 case MockConstants.SYMBOLS_UNSHIFTED: return "SYMBOLS_UNSHIFTED"; in getLayoutName()
115 mLayout = MockConstants.SYMBOLS_UNSHIFTED; in setSymbolsKeyboard()