Searched defs:fuzz (Results 1 – 7 of 7) sorted by relevance
| /frameworks/native/libs/input/ |
| D | InputDevice.cpp | 179 float flat, float fuzz, float resolution) { in addMotionRange()
|
| /frameworks/base/core/java/android/view/ |
| D | InputDevice.java | 722 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange() 782 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 | 1945 float fuzz; // normalized error tolerance member
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputReader_test.cpp | 377 int32_t minValue, int32_t maxValue, int flat, int fuzz, int resolution = 0) { in addAbsoluteAxis() 1453 int32_t axis, uint32_t source, float min, float max, float flat, float fuzz) { in assertMotionRange()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | AlarmManagerService.java | 980 final int fuzz = fuzzForDuration(a.whenElapsed-nowElapsed); in setImplLocked() local
|