Searched refs:is_palm (Results 1 – 5 of 5) sorted by relevance
115 self.is_palm = False133 self.is_palm = touch.pressure > self.device.palm134 if self.is_palm:171 self.is_palm, self.is_thumb, self.prange.min,
108 self.is_palm = False128 self.is_palm = touch.major > self.device.palm129 if self.is_palm:165 "palm" if self.is_palm else " ",
883 if (t->tap.is_palm) { in tp_tap_handle_state()896 assert(!t->tap.is_palm); in tp_tap_handle_state()897 t->tap.is_palm = true; in tp_tap_handle_state()1030 t->tap.is_palm = true; in tp_tap_enabled_update()1262 if (t->tap.is_palm) in tp_release_all_taps()1265 t->tap.is_palm = true; in tp_release_all_taps()
234 bool is_palm; member
358 t->tap.is_palm = false; in tp_begin_touch()