Home
last modified time | relevance | path

Searched refs:TOUCHSCREEN (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java66 TOUCHSCREEN, enumConstant
132 case TOUCHSCREEN: in setProperty()
231 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_FINGER); in makeClassicConfig()
317 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_NOTOUCH); in testAllEmptyConfigs()
324 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_STYLUS); in testAllEmptyConfigs()
573 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_NOTOUCH); in testAllClassicConfigs()
580 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_STYLUS); in testAllClassicConfigs()
1000 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_NOTOUCH); in testPrecedence()
1171 config.setProperty(Properties.TOUCHSCREEN, in testCombinations()
1180 config.setProperty(Properties.TOUCHSCREEN, in testCombinations()
[all …]
/cts/hostsidetests/input/src/android/input/cts/hostside/
DInputAtomsTest.kt124 hasItem(equalTo(InputDeviceUsageType.TOUCHSCREEN)) in testInputDeviceUsageAtom()