Home
last modified time | relevance | path

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

/third_party/libinput/src/
H A Devdev-mt-touchpad.h32 #define TOUCHPAD_HISTORY_LENGTH 4 macro
212 } samples[TOUCHPAD_HISTORY_LENGTH];
H A Devdev-mt-touchpad.c55 (t->history.index - offset + TOUCHPAD_HISTORY_LENGTH) % in tp_motion_history_offset()
56 TOUCHPAD_HISTORY_LENGTH; in tp_motion_history_offset()
162 int motion_index = (t->history.index + 1) % TOUCHPAD_HISTORY_LENGTH; in tp_motion_history_push()
164 if (t->history.count < TOUCHPAD_HISTORY_LENGTH) in tp_motion_history_push()

Completed in 7 milliseconds