Lines Matching +full:9 +full:- +full:inch
2 # SPDX-License-Identifier: GPL-2.0
3 # -*- coding: utf-8 -*-
111 number and tool-type identifier. Values of ``0`` may sometimes be
112 used for the out-of-range condition.
150 range 0 cm - 5 cm) and exact unit comparison (e.g. 1 inch is
151 not within the range 0 cm - 5 cm).
153 phys_size = (field.physical_max - field.physical_min) * 10 ** (field.unit_exp)
173 self.ring = -1
333 Bare-bones opaque tablet with a minimum of features.
340 not any of Wacom's vendor-defined pages.
387 A pen-only tablet with most basic features you would expect from
389 Uses the Wacom vendor-defined usage page.
446 0x17, 0x00, 0x00, 0x00, 0x80, # . Logical Minimum (-2147483648),
469 Pen interface of a PTH-660 / PTH-860 / PTH-460 tablet.
472 the PTH-460 uses a slightly different descriptor construction (splits
753 "PTH-660/v145",
754 "PTH-660/v150",
755 "PTH-860/v145",
756 "PTH-860/v150",
757 "PTH-460/v105",
827 delta = info.maximum - info.minimum + 1
829 value = info.maximum - value
832 value -= delta
871 …9a 26 46 95 0b 81 42 05 0d 75 08 95 01 15 00 09 48 26 5f 00 46 7c 14 81 02 09 49 25 35 46 7d 0b 81…
879 Creates a touch object that has a well-known position in space that
891 Returns a list of `n` touch objects that are positioned at well-known
911 assert tracking_id == -1
915 if tracking_id != -1:
957 assert evdev.slots[slot][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1
983 Ensure that all confident touches are reported and that all non-
1001 [ self.ContactIds(contact_id = 0, tracking_id = -1, slot_num = None),
1003 self.ContactIds(contact_id = 2, tracking_id = -1, slot_num = None),
1005 self.ContactIds(contact_id = 4, tracking_id = -1, slot_num = None) ])
1036 Transition a confident contact to a non-confident contact by
1042 DTH-2452.
1055 [(self.ContactIds(contact_id = 0, tracking_id = -1, slot_num = 0), False, True),
1060 [(self.ContactIds(contact_id = 0, tracking_id = -1, slot_num = 0), False, False),
1065 [(self.ContactIds(contact_id = 0, tracking_id = -1, slot_num = 0), False, False),
1071 Transition a confident contact to a non-confident contact by
1090 [(self.ContactIds(contact_id = 0, tracking_id = -1, slot_num = 0), False, False),
1095 [(self.ContactIds(contact_id = 0, tracking_id = -1, slot_num = 0), False, False),
1100 [(self.ContactIds(contact_id = 0, tracking_id = -1, slot_num = 0), False, False),
1106 Transition a confident contact to a non-confident contact by
1124 [(self.ContactIds(contact_id = 0, tracking_id = -1, slot_num = 0), True, False),
1129 [(self.ContactIds(contact_id = 0, tracking_id = -1, slot_num = 0), False, False),
1134 [(self.ContactIds(contact_id = 0, tracking_id = -1, slot_num = 0), False, False),
1140 Transition a contact that was always non-confident to confident.
1150 [(self.ContactIds(contact_id = 0, tracking_id = -1, slot_num = None), True, False),
1155 [(self.ContactIds(contact_id = 0, tracking_id = -1, slot_num = None), True, False),
1171 Transition a contact from non-confident to confident.
1186 [(self.ContactIds(contact_id = 0, tracking_id = -1, slot_num = 0), True, False),
1196 [(self.ContactIds(contact_id = 0, tracking_id = -1, slot_num = 0), False, True),