Home
last modified time | relevance | path

Searched refs:is_thumb (Results 1 - 7 of 7) sorted by relevance

/third_party/libunwind/libunwind/tests/
H A DGtest-dyn1.c73 long is_thumb; member
78 (fdesc).is_thumb = tmp & 0x1;})
80 (fdesc).is_thumb = (long) &(func) & 0x1;})*/
81 # define get_funcp(fdesc) ((template_t) ((fdesc).code | (fdesc).is_thumb))
/third_party/libinput/src/
H A Devdev-mt-touchpad-thumb.c97 bool is_thumb = false; in tp_thumb_detect_pressure_size() local
102 is_thumb = true; in tp_thumb_detect_pressure_size()
108 is_thumb = true; in tp_thumb_detect_pressure_size()
111 return is_thumb; in tp_thumb_detect_pressure_size()
H A Devdev-mt-touchpad-tap.c263 t->tap.is_thumb = true; in tp_tap_touch_handle_event()
302 t->tap.is_thumb = true; in tp_tap_hold_handle_event()
1223 if (t->tap.is_thumb) in tp_tap_handle_state()
1256 t->tap.is_thumb = true; in tp_tap_handle_state()
H A Devdev-mt-touchpad.h249 bool is_thumb; member
H A Devdev-mt-touchpad.c377 t->tap.is_thumb = false; in tp_begin_touch()
/third_party/libinput/tools/
H A Dlibinput-measure-touchpad-pressure.py121 self.is_thumb = False
141 self.is_thumb = touch.pressure > self.device.thumb
142 if self.is_thumb:
199 self.is_thumb,
H A Dlibinput-measure-touch-size.py114 self.is_thumb = False
136 self.is_thumb = self.device.thumb != 0 and touch.major > self.device.thumb
137 if self.is_thumb:
173 "thumb" if self.is_thumb else " ",

Completed in 10 milliseconds