Home
last modified time | relevance | path

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

/third_party/libinput/tools/
Dlibinput-measure-touchpad-pressure.py114 self.was_down = False
131 self.was_down = True
163 s = fmt.values([self.tracking_id, self.was_down, True, self.was_palm,
Dlibinput-measure-touch-size.py107 self.was_down = False
126 self.was_down = True
152 if self.was_down:
/third_party/libinput/src/
Devdev-mt-touchpad.h180 bool was_down; /* if distance == 0, false for pure hovering member
Devdev-mt-touchpad-tap.c926 if (t->was_down) { in tp_tap_handle_state()
Devdev-mt-touchpad.c336 t->was_down = false; in tp_new_touch()
354 t->was_down = true; in tp_begin_touch()