HomeSort by relevance Sort by last modified time
    Searched refs:stylus (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/cros/input_playback/
stylus.py 16 _STYLUS_DEVICE = 'stylus'
17 _STYLUS_PROPERTY = '/tmp/stylus.prop'
18 _STYLUS_TEMPLATE = 'stylus.prop.template'
21 class Stylus(object):
22 """An emulated stylus device used for UI automation."""
25 """Prepare an emulated stylus device based on the internal display."""
33 # Enlarge resolution of the emulated stylus.
39 # Create an emulated stylus device.
40 self.stylus = input_playback.InputPlayback()
41 self.stylus.emulate(input_type=_STYLUS_DEVICE
    [all...]
  /external/autotest/client/site_tests/performance_InboxInputLatency/
performance_InboxInputLatency.py 13 from autotest_lib.client.cros.input_playback import stylus
57 # Create a virtual stylus
58 self.stylus = stylus.Stylus()
65 if self.stylus:
66 self.stylus.close()
99 self.stylus.click_with_percentage(percent_x, percent_y)
113 self.stylus.click(1, 1)
  /external/walt/docs/
TapLatency.md 6 WALT uses a ?stylus? equipped with an accelerometer. The finger is imitated by a flat metal
8 When the stylus ?collides? with touch screen the accelerometer senses a shock (above 3g) which is
9 timestamped by the Teensy. In order to generate a similar shock when picking the stylus up from the
DragLatency.md 12 performed using a robotic stylus.

Completed in 219 milliseconds