Home
last modified time | relevance | path

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

/external/libchrome-gestures/include/
Dsplit_correcting_filter_interpreter.h39 struct MergedContact { struct
40 MergedContact() : output_id(-1) {} in MergedContact() argument
41 bool Valid() const { return output_id != -1; } in Valid()
42 void Invalidate() { output_id = -1; } in Invalidate()
43 FingerState input_fingers[2]; // initial state
44 short output_id;