OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Stylus
(Results
1 - 2
of
2
) 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)
Completed in 294 milliseconds