Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.h80 struct RawAbsoluteAxisInfo { struct
81 bool valid; // true if the information is valid, false otherwise
83 int32_t minValue; // minimum value
84 int32_t maxValue; // maximum value
85 int32_t flat; // center flat position, eg. flat == 8 means center is between -8 and 8
86 int32_t fuzz; // error tolerance, eg. fuzz == 4 means value is +/- 4 due to noise
87 int32_t resolution; // resolution in units per mm or radians per mm
89 inline void clear() { in clear()