Home
last modified time | relevance | path

Searched refs:max_contacts (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py108 max_contacts=None, argument
115 if max_contacts is None:
116 self.max_contacts = sys.maxsize
120 self.max_contacts = feature.logical_max
126 and self.max_contacts > i.logical_max
128 self.max_contacts = i.logical_max
129 if self.max_contacts == sys.maxsize:
130 self.max_contacts = 1
132 self.max_contacts = max_contacts
158 slots = slots[: self.max_contacts]
[all …]