Home
last modified time | relevance | path

Searched refs:keyboard (Results 1 – 16 of 16) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DKeyboardTest.java43 final Keyboard keyboard = in testKeyOnPressedAndReleased() local
45 R.xml.keyboard); in testKeyOnPressedAndReleased()
46 for (final Key key : keyboard.getKeys()) { in testKeyOnPressedAndReleased()
52 for (final Key key : keyboard.getModifierKeys()) { in testKeyOnPressedAndReleased()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoActivity.java166 if (con.keyboard == Configuration.KEYBOARD_UNDEFINED) { in onCreate()
168 } else if (con.keyboard == Configuration.KEYBOARD_NOKEYS) { in onCreate()
170 } else if (con.keyboard == Configuration.KEYBOARD_QWERTY) { in onCreate()
172 } else if (con.keyboard == Configuration.KEYBOARD_12KEY) { in onCreate()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DConfigurationDeviceInfo.java32 store.addResult("keyboard", con.keyboard); in collectDeviceInfo()
/cts/hostsidetests/input/app/src/android/input/cts/hostside/app/
DEmulateInputDevice.kt228 UinputKeyboard(instrumentation).use { keyboard -> in <lambda>() method
230 injectEvents(keyboard, intArrayOf(EV_KEY, KEY_CAPSLOCK, KEY_PRESS, 0, 0, 0)) in <lambda>()
231 injectEvents(keyboard, intArrayOf(EV_KEY, KEY_CAPSLOCK, KEY_RELEASE, 0, 0, 0)) in <lambda>()
/cts/tests/tests/content/src/android/content/res/cts/
DConfigurationTest.java59 mConfig.keyboard = Configuration.KEYBOARD_NOKEYS; in makeConfiguration()
113 cfg1.keyboard = 2; in testCompareTo()
114 cfg2.keyboard = 3; in testCompareTo()
116 cfg1.keyboard = 3; in testCompareTo()
117 cfg2.keyboard = 2; in testCompareTo()
223 cfg1.keyboard = 2; in testGenerateDiff()
224 cfg2.keyboard = 3; in testGenerateDiff()
329 config.keyboard = 1; in testDiff()
496 assertEquals(Configuration.KEYBOARD_UNDEFINED, config.keyboard); in testSetToDefaults()
526 assertEquals(Configuration.KEYBOARD_UNDEFINED, config.keyboard); in testUnset()
[all …]
DResourcesTest.java102 cfg.keyboard = Configuration.KEYBOARDHIDDEN_YES; in testResources()
108 assertEquals(Configuration.KEYBOARDHIDDEN_YES, c.keyboard); in testResources()
156 final int touchscreen, final int keyboard, final int keysHidden, final int navigation, in getResources() argument
167 config.keyboard = keyboard; in getResources()
DConfigTest.java136 mConfig.keyboard = value; in setProperty()
/cts/tests/input/res/raw/
Dkeyboard_layout_english_us.kcm16 # English (US) keyboard layout.
17 # Unlike the default (generic) keyboard layout, English (US) does not contain any
/cts/tests/tests/hardware/res/raw/
Dkeyboard_layout_english_us.kcm16 # English (US) keyboard layout.
17 # Unlike the default (generic) keyboard layout, English (US) does not contain any
Dkeyboard_layout_french.kcm16 # French keyboard layout, AZERTY style.
Dkeyboard_layout_german.kcm16 # German keyboard layout, QWERTZ style.
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DVirtualDeviceMirrorDisplayTest.java287 VirtualKeyboard keyboard = VirtualInputDeviceCreator.createAndPrepareKeyboard( in virtualKeyboard_keyEvent() local
289 keyboard.sendKeyEvent( in virtualKeyboard_keyEvent()
294 keyboard.sendKeyEvent( in virtualKeyboard_keyEvent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DActivityManagerGetConfigTests.java267 config.keyboard, resConfig.configuration.keyboard); in checkResourceConfig()
/cts/tests/tests/view/res/raw/
DGeneric.kl19 # Do not edit the generic key layout to support a specific keyboard; instead, create
20 # a new key layout file with the required keyboard configuration.
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java1224 if (config.keyboard != Configuration.KEYBOARD_NOKEYS
1241 && getResources().getConfiguration().keyboard
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt13873 field public int keyboard;