Home
last modified time | relevance | path

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

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