Home
last modified time | relevance | path

Searched refs:touchscreen (Results 1 – 25 of 64) sorted by relevance

123

/external/autotest/client/site_tests/touch_HasInput/
Dcontrol.touchscreen6 NAME = "touch_HasInput.touchscreen"
7 PURPOSE = "Check whether a touchscreen is present as an input source."
16 DEPENDENCIES = "touchscreen"
19 If there is no /dev/input/event* that is a touchscreen, test will fail. Test
20 should only be run on devices with a touchscreen.
23 job.run_test('touch_HasInput', input_type='touchscreen')
/external/autotest/client/site_tests/touch_WakeupSource/
Dcontrol.touchscreen6 NAME = "touch_WakeupSource.touchscreen"
7 PURPOSE = "Test whether onboard touchscreen is wakeup source for the DUT."
10 touchscreen (if any) is one.
17 DEPENDENCIES = "touchscreen"
20 For this device's touchscreen, verify whether that device is
/external/autotest/client/site_tests/touch_UpdateErrors/
Dcontrol.touchscreen6 NAME = "touch_UpdateErrors.touchscreen"
9 This test will fail if touchscreen did not check for updates or if there
17 DEPENDENCIES = "touchscreen, phase:PVT"
23 job.run_test('touch_UpdateErrors', input_type='touchscreen')
/external/autotest/client/site_tests/touch_TouchscreenScroll/
Dcontrol7 PURPOSE = "Test that touchscreen scrolling occurs in the correct direction."
9 This test will fail if, after playback of touchscreen events, no scrolling is
17 DEPENDENCIES = "touchscreen"
20 Plays back touchscreen movements and checks for scroll.
/external/autotest/client/site_tests/touch_TouchscreenTaps/
Dcontrol7 PURPOSE = "Test that touchscreen finger presses are interpreted as taps."
17 DEPENDENCIES = "touchscreen"
20 Uses javascript page to listen for touchscreen taps. If all goes well, the
/external/u-boot/arch/arm/dts/
Dam3517-som.dtsi128 touchscreen: tsc2004@4b { label
138 touchscreen-fuzz-x = <4>;
139 touchscreen-fuzz-y = <7>;
140 touchscreen-fuzz-pressure = <2>;
141 touchscreen-size-x = <480>;
142 touchscreen-size-y = <272>;
143 touchscreen-max-pressure = <2048>;
Dsun8i-a23-polaroid-mid2407pxe03.dts99 &touchscreen {
103 touchscreen-size-x = <960>;
104 touchscreen-size-y = <640>;
105 touchscreen-inverted-x;
106 touchscreen-inverted-y;
Dimx7d-pico-pi.dts51 polytouch: touchscreen@38 {
59 touchscreen-size-x = <800>;
60 touchscreen-size-y = <480>;
Dlogicpd-som-lv.dtsi107 touchscreen: tsc2004@48 { label
115 touchscreen-fuzz-x = <4>;
116 touchscreen-fuzz-y = <7>;
117 touchscreen-fuzz-pressure = <2>;
118 touchscreen-size-x = <4096>;
119 touchscreen-size-y = <4096>;
120 touchscreen-max-pressure = <2048>;
Dimx6ul-pico-hobbit.dts63 polytouch: touchscreen@38 {
69 touchscreen-size-x = <800>;
70 touchscreen-size-y = <480>;
Dimx6ul-pico-pi.dts66 polytouch: touchscreen@38 {
72 touchscreen-size-x = <800>;
73 touchscreen-size-y = <480>;
Dsun5i-a13-utoo-p66.dts113 &touchscreen {
120 touchscreen-size-x = <800>;
121 touchscreen-size-y = <480>;
122 touchscreen-inverted-x;
123 touchscreen-swapped-x-y;
Dsun6i-a31s-inet-q972.dts61 ft5406ee8: touchscreen@38 {
66 touchscreen-size-x = <768>;
67 touchscreen-size-y = <1024>;
68 touchscreen-swapped-x-y;
Dsun8i-a33-ga10h-v1.1.dts61 &touchscreen {
65 touchscreen-size-x = <1630>;
66 touchscreen-size-y = <990>;
67 touchscreen-inverted-y;
Dlogicpd-torpedo-baseboard.dtsi326 touchscreen: tsc2004@48 { label
334 touchscreen-fuzz-x = <4>;
335 touchscreen-fuzz-y = <7>;
336 touchscreen-fuzz-pressure = <2>;
337 touchscreen-size-x = <4096>;
338 touchscreen-size-y = <4096>;
339 touchscreen-max-pressure = <2048>;
Dsun4i-a10-pov-protab2-ips9.dts104 touchscreen@5c {
112 touchscreen-size-x = <1024>;
113 touchscreen-size-y = <768>;
114 touchscreen-inverted-x;
115 touchscreen-inverted-y;
Dsun8i-a23-inet86dz.dts56 &touchscreen {
60 touchscreen-size-x = <960>;
61 touchscreen-size-y = <640>;
Drk3399-gru-bob.dts34 touchscreen: touchscreen@10 { label
Dsun8i-a23-gt90h-v4.dts56 &touchscreen {
60 touchscreen-size-x = <1792>;
61 touchscreen-size-y = <1024>;
Dsun8i-a23-polaroid-mid2809pxe04.dts92 &touchscreen {
96 touchscreen-size-x = <1660>;
97 touchscreen-size-y = <890>;
Dsun4i-a10-inet1.dts114 ft5x: touchscreen@38 {
120 touchscreen-size-x = <600>;
121 touchscreen-size-y = <1024>;
122 touchscreen-swapped-x-y;
/external/autotest/client/site_tests/touch_TouchscreenZoom/
Dcontrol7 PURPOSE = "Test that touchscreen pinch zoom works as expected."
17 DEPENDENCIES = "touchscreen"
20 Plays back touchscreen movements to zoom a page. Checks the page width to
DREADME7 Press two fingers to the touchscreen such that they are close together, but
11 Press two fingers to the touchscreen such that they are separated. Smoothly
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java129 int touchscreen = UnsignedBytes.toInt(buffer.get()); in createConfig() local
181 touchscreen, density, keyboard, navigation, inputFlags, screenWidth, screenHeight, in createConfig()
598 public int touchscreen; field in ResTable_config
636 orientation, touchscreen, density, keyboard, navigation, inputFlags, in withSdkVersion()
643 int orientation, int touchscreen, int density, int keyboard, int navigation, int inputFlags, in ResTable_config() argument
654 this.touchscreen = touchscreen; in ResTable_config()
874 o.touchscreen, in fromDtoH()
981 if (touchscreen != o.touchscreen) diffs |= CONFIG_TOUCHSCREEN; in diff()
1073 && touchscreen == 0 in isDefault()
1147 result.put(Type.TOUCHSCREEN, getOrDefault(TOUCHSCREEN_VALUES, touchscreen, "")); in toStringParts()
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java199 if (resTab.touchscreen != ResTable_config.TOUCHSCREEN_ANY) { in applyToConfiguration()
200 configuration.touchscreen = resTab.touchscreen; in applyToConfiguration()
343 if (configuration.touchscreen == Configuration.TOUCHSCREEN_UNDEFINED) { in applyRules()
344 configuration.touchscreen = Configuration.TOUCHSCREEN_FINGER; in applyRules()

123