Lines Matching +full:01 +full:a

63         """Fill a report with approrpiate HID properties/values."""
85 may be present on a stylus. Buttons set to 'None' indicate the
99 """Fill a report with approrpiate HID properties/values."""
110 Contains values used to identify a specific stylus, e.g. its serial
124 """Fill a report with approrpiate HID properties/values."""
183 Use the Wacom driver's usual naming conventions to apply a
202 :param proximity: a ProximityState indicating the sensor's ability
234 Return a heartbeat input report for this device.
272 :param proximity: a ProximityState indicating the sensor's ability
282 Send a heartbeat event on the requested report ID.
290 Send a pad event on the requested report ID.
333 Bare-bones opaque tablet with a minimum of features.
335 A tablet stripped down to its absolute core. It is capable of
387 A pen-only tablet with most basic features you would expect from
469 Pen interface of a PTH-660 / PTH-860 / PTH-460 tablet.
472 the PTH-460 uses a slightly different descriptor construction (splits
489 Assert we see the expected events in response to a report.
526 The Wacom driver applies a number of decorations to the name
538 Verify that all HID usages which should have a physical range
540 the associated unit is correct and within a sensible range.
630 Bring a pen into contact with the tablet, then remove it.
799 # Exactly zero events: not even a SYN
87101 85 0c 95 01 75 08 15 00 26 ff 00 81 03 09 54 81 02 09 22 a1 02 05 0d 95 01 75 01 25 01 09 42 81…
877 Make a single touch contact that can move over time.
879 Creates a touch object that has a well-known position in space that
881 incremented over time to move the point along a linear path.
891 Returns a list of `n` touch objects that are positioned at well-known
893 points along a linear path.
899 Assert properties of a contact generated by make_contact.
921 Assert properties of a list of contacts generated by make_contacts.
928 Bring a finger in contact with the tablet, then hold it down and remove it.
931 touch event by most tablets with the exception of a few, that given the
932 confidence bit is set to 1 it should process it as a valid touch to cover
933 the few tablets using contact ID = 0 as a valid touch value.
961 Bring a finger in contact with the tablet with confidence set to false.
963 Ensure that the confidence bit being set to false should not result in a touch event.
1012 Given a `timeline` list of touch states to iterate over, verify
1036 Transition a confident contact to a non-confident contact by
1071 Transition a confident contact to a non-confident contact by
1106 Transition a confident contact to a non-confident contact by
1140 Transition a contact that was always non-confident to confident.
1171 Transition a contact from non-confident to confident.