Searched defs:fuzz (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/input/ |
D | InputDevice.cpp | 186 float flat, float fuzz, float resolution) { in addMotionRange()
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 741 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange() 819 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/vr/virtual_touchpad/ |
D | EvdevInjector.cpp | 132 int32_t fuzz, int32_t flat) { in ConfigureAbs()
|
/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 | 1930 float fuzz; // normalized error tolerance member
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 400 int32_t minValue, int32_t maxValue, int flat, int fuzz, int resolution = 0) { in addAbsoluteAxis() 1489 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 | 1171 final int fuzz = fuzzForDuration(a.whenElapsed-nowElapsed); in setImplLocked() local
|