Home
last modified time | relevance | path

Searched refs:palm_state (Results 1 – 4 of 4) sorted by relevance

/third_party/libinput/src/
Devdev-fallback.h55 enum palm_state { enum
68 enum palm_state palm_state; member
Devdev-fallback.c680 slot->palm_state = PALM_WAS_PALM; in fallback_process_touch()
683 slot->palm_state = PALM_NONE; in fallback_process_touch()
687 slot->palm_state = PALM_NONE; in fallback_process_touch()
716 if (slot->palm_state == PALM_NONE) in fallback_process_touch()
717 slot->palm_state = PALM_NEW; in fallback_process_touch()
720 if (slot->palm_state == PALM_IS_PALM) in fallback_process_touch()
721 slot->palm_state = PALM_WAS_PALM; in fallback_process_touch()
958 slot->palm_state = PALM_IS_PALM; in fallback_arbitrate_touch()
984 if (slot->palm_state == PALM_NEW) { in fallback_flush_mt_events()
990 slot->palm_state = PALM_IS_PALM; in fallback_flush_mt_events()
[all …]
Devdev-mt-touchpad.c1136 const char *palm_state; in tp_palm_detect() local
1177 palm_state = "edge"; in tp_palm_detect()
1180 palm_state = "typing"; in tp_palm_detect()
1183 palm_state = "trackpoint"; in tp_palm_detect()
1186 palm_state = "tool-palm"; in tp_palm_detect()
1189 palm_state = "pressure"; in tp_palm_detect()
1192 palm_state = "touch size"; in tp_palm_detect()
1195 palm_state = "arbitration"; in tp_palm_detect()
1206 palm_state); in tp_palm_detect()
/third_party/libinput/patch/diff_libinput_mmi/libinput/
Dlibinput_0000.diff2360 enum palm_state palm_state;