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.py109 max_contacts=None, argument
116 if max_contacts is None:
117 self.max_contacts = sys.maxsize
121 self.max_contacts = feature.logical_max
127 and self.max_contacts > i.logical_max
129 self.max_contacts = i.logical_max
130 if self.max_contacts == sys.maxsize:
131 self.max_contacts = 1
133 self.max_contacts = max_contacts
159 slots = slots[: self.max_contacts]
[all …]