Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DEventHub.h68 struct RawAbsoluteAxisInfo { struct
69 bool valid; // true if the information is valid, false otherwise
71 int32_t minValue; // minimum value
72 int32_t maxValue; // maximum value
73 int32_t flat; // center flat position, eg. flat == 8 means center is between -8 and 8
74 int32_t fuzz; // error tolerance, eg. fuzz == 4 means value is +/- 4 due to noise
75 int32_t resolution; // resolution in units per mm or radians per mm
77 inline void clear() { in clear()