Searched defs:fuzz (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/input/ |
D | InputDevice.cpp | 176 float flat, float fuzz, float resolution) { in addMotionRange()
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 689 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange() 741 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange()
|
/frameworks/native/include/input/ |
D | InputDevice.h | 71 float fuzz; member
|
/frameworks/native/services/inputflinger/ |
D | EventHub.h | 87 int32_t fuzz; // error tolerance, eg. fuzz == 4 means value is +/- 4 due to noise member
|
D | InputReader.h | 1797 float fuzz; // normalized error tolerance member
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 378 int32_t minValue, int32_t maxValue, int flat, int fuzz, int resolution = 0) { in addAbsoluteAxis() 1445 int32_t axis, uint32_t source, float min, float max, float flat, float fuzz) { in assertMotionRange()
|