Home
last modified time | relevance | path

Searched refs:is_palm (Results 1 - 5 of 5) sorted by relevance

/third_party/libinput/tools/
H A Dlibinput-measure-touchpad-pressure.py119 self.is_palm = False
137 self.is_palm = touch.pressure > self.device.palm
138 if self.is_palm:
198 self.is_palm,
H A Dlibinput-measure-touch-size.py112 self.is_palm = False
132 self.is_palm = touch.major > self.device.palm
133 if self.is_palm:
172 "palm" if self.is_palm else " ",
/third_party/libinput/src/
H A Devdev-mt-touchpad-tap.c1230 if (t->tap.is_palm) { in tp_tap_handle_state()
1243 assert(!t->tap.is_palm); in tp_tap_handle_state()
1244 t->tap.is_palm = true; in tp_tap_handle_state()
1375 t->tap.is_palm = true; in tp_tap_enabled_update()
1607 if (t->tap.is_palm) in tp_release_all_taps()
1610 t->tap.is_palm = true; in tp_release_all_taps()
H A Devdev-mt-touchpad.h250 bool is_palm; member
263 struct device_coords first; /* first coordinates if is_palm == true */
264 uint64_t time; /* first timestamp if is_palm == true */
H A Devdev-mt-touchpad.c378 t->tap.is_palm = false; in tp_begin_touch()

Completed in 10 milliseconds