Searched refs:touchscreen (Results 1 – 25 of 47) sorted by relevance
12
6 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. Test20 should only be run on devices with a touchscreen.23 job.run_test('touch_HasInput', input_type='touchscreen')
6 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
7 PURPOSE = "Test that touchscreen scrolling occurs in the correct direction."9 This test will fail if, after playback of touchscreen events, no scrolling is17 DEPENDENCIES = "touchscreen"20 Plays back touchscreen movements and checks for scroll.
6 NAME = "touch_UpdateErrors.touchscreen"9 This test will fail if touchscreen did not check for updates or if there17 DEPENDENCIES = "touchscreen, phase:PVT"23 job.run_test('touch_UpdateErrors', input_type='touchscreen')
54 touchscreen-i2c-bus = <&i2c0>;55 touchscreen-supply = <®_ldo_io1>;56 touchscreen-power-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */110 touchscreen-size-x = <1024>;111 touchscreen-size-y = <600>;112 touchscreen-fw-name = "silead/gsl1680-q8-700.fw";119 regulator-name = "vcc-touchscreen";
67 touchscreen-size-x = <960>;68 touchscreen-size-y = <640>;69 touchscreen-inverted-x;70 touchscreen-inverted-y;71 touchscreen-fw-name = "silead/gsl1680-polaroid-mid2407pxe03.fw";107 regulator-name = "vcc-touchscreen";
87 icn8318: touchscreen@40 {95 touchscreen-size-x = <800>;96 touchscreen-size-y = <480>;97 touchscreen-inverted-x;98 touchscreen-swapped-x-y;
63 touchscreen-fw-name = "silead/gsl3675-ga10h.fw";64 touchscreen-size-x = <1630>;65 touchscreen-size-y = <990>;66 touchscreen-inverted-y;
61 ft5406ee8: touchscreen@38 {66 touchscreen-size-x = <768>;67 touchscreen-size-y = <1024>;68 touchscreen-swapped-x-y;
339 touchscreen: tsc2004@48 { label347 touchscreen-fuzz-x = <4>;348 touchscreen-fuzz-y = <7>;349 touchscreen-fuzz-pressure = <2>;350 touchscreen-size-x = <4096>;351 touchscreen-size-y = <4096>;352 touchscreen-max-pressure = <2048>;
57 touchscreen-size-x = <960>;58 touchscreen-size-y = <640>;59 touchscreen-fw-name = "silead/gsl1680-inet86dz.fw";
58 touchscreen-fw-name = "silead/gsl3675-gt90h.fw";59 touchscreen-size-x = <1792>;60 touchscreen-size-y = <1024>;
67 touchscreen-fw-name = "silead/gsl3670-polaroid-mid2809pxe04.fw";68 touchscreen-size-x = <1660>;69 touchscreen-size-y = <890>;
123 ft5x: touchscreen@38 {131 touchscreen-size-x = <600>;132 touchscreen-size-y = <1024>;133 touchscreen-swapped-x-y;
132 touchscreen-size-x = <1024>;133 touchscreen-size-y = <768>;134 touchscreen-inverted-x;135 touchscreen-inverted-y;
93 ft5306de4: touchscreen@38 {98 touchscreen-size-x = <1024>;99 touchscreen-size-y = <768>;
98 ft5406ee8: touchscreen@38 {103 touchscreen-size-x = <800>;104 touchscreen-size-y = <480>;
133 ft5406ee8: touchscreen@38 {141 touchscreen-size-x = <1024>;142 touchscreen-size-y = <768>;
7 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
3 <DEVICE_NAME>_touchscreen_Touch ID_tap - With a single finger, press the touchscreen
7 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
7 Press two fingers to the touchscreen such that they are close together, but11 Press two fingers to the touchscreen such that they are separated. Smoothly
129 int touchscreen = UnsignedBytes.toInt(buffer.get()); in createConfig() local181 touchscreen, density, keyboard, navigation, inputFlags, screenWidth, screenHeight, in createConfig()598 public int touchscreen; field in ResTable_config636 orientation, touchscreen, density, keyboard, navigation, inputFlags, in withSdkVersion()643 int orientation, int touchscreen, int density, int keyboard, int navigation, int inputFlags, in ResTable_config() argument654 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 …]
199 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()
122 int touchscreen; field in ResTableConfigTest.ResTableConfigBuilder143 …return new ResTable_config(0, mcc, mnc, language, region, orientation, touchscreen, density, keybo… in build()