Home
last modified time | relevance | path

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

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