Home
last modified time | relevance | path

Searched refs:TOUCHPAD_HISTORY_LENGTH (Results 1 – 2 of 2) sorted by relevance

/third_party/libinput/src/
Devdev-mt-touchpad.h32 #define TOUCHPAD_HISTORY_LENGTH 4 macro
196 } samples[TOUCHPAD_HISTORY_LENGTH];
Devdev-mt-touchpad.c54 (t->history.index - offset + TOUCHPAD_HISTORY_LENGTH) % in tp_motion_history_offset()
55 TOUCHPAD_HISTORY_LENGTH; in tp_motion_history_offset()
141 int motion_index = (t->history.index + 1) % TOUCHPAD_HISTORY_LENGTH; in tp_motion_history_push()
143 if (t->history.count < TOUCHPAD_HISTORY_LENGTH) in tp_motion_history_push()