Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
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()
77 pressAndReleaseKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testAlphabetShiftedAndSymbols()
84 pressAndReleaseKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testAlphabetShiftedAndSymbols()
98 pressAndReleaseKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testAlphabetShiftLockedAndSymbols()
102 pressAndReleaseKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testAlphabetShiftLockedAndSymbols()
109 pressAndReleaseKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testAlphabetShiftLockedAndSymbols()
[all …]
DKeyboardStateMultiTouchTests.java33 pressKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED); in testChordingAlphabet()
35 chordingPressAndReleaseKey('1', SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testChordingAlphabet()
53 pressKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED); in testChordingShifted()
55 chordingPressAndReleaseKey('1', SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testChordingShifted()
74 pressKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED); in testChordingShiftLocked()
76 chordingPressAndReleaseKey('1', SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testChordingShiftLocked()
84 pressAndReleaseKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testChordingSymbols()
91 releaseKey(CODE_SHIFT, SYMBOLS_UNSHIFTED); in testChordingSymbols()
98 releaseKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED); in testChordingSymbols()
107 pressAndReleaseKey(CODE_SYMBOL, SYMBOLS_UNSHIFTED, SYMBOLS_UNSHIFTED); in testChordingSymbols()
[all …]
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()