Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputDevice.cpp186 float flat, float fuzz, float resolution) { in addMotionRange()
/frameworks/base/core/java/android/view/
DInputDevice.java741 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/
DInputDevice.h71 float fuzz; member
/frameworks/native/services/vr/virtual_touchpad/
DEvdevInjector.cpp132 int32_t fuzz, int32_t flat) { in ConfigureAbs()
/frameworks/native/services/inputflinger/
DEventHub.h87 int32_t fuzz; // error tolerance, eg. fuzz == 4 means value is +/- 4 due to noise member
DInputReader.h1930 float fuzz; // normalized error tolerance member
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp400 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/
DAlarmManagerService.java1171 final int fuzz = fuzzForDuration(a.whenElapsed-nowElapsed); in setImplLocked() local