Home
last modified time | relevance | path

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

/third_party/libinput/tools/
Dlibinput-measure-touchpad-pressure.py239 self.down, self.up = colon_tuple(q[1])
320 def colon_tuple(string): function
342 '--touch-thresholds', metavar='down:up', type=colon_tuple,
Dlibinput-measure-touch-size.py231 self.down, self.up = colon_tuple(q[1])
301 def colon_tuple(string): function
319 type=colon_tuple,