Home
last modified time | relevance | path

Searched defs:UnmergedContact (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libchrome-gestures/include/
H A Dsplit_correcting_filter_interpreter.h27 struct UnmergedContact { struct
28 UnmergedContact() : input_id(-1) {} in UnmergedContact() function
29 bool Valid() const { return input_id != -1; } in Valid()
30 void Invalidate() { input_id = -1; } in Invalidate()
31 short input_id;
32 short output_id;
33 float position_x;
34 float position_y;