Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputDevice.cpp176 float flat, float fuzz, float resolution) { in addMotionRange()
/frameworks/base/core/java/android/view/
DInputDevice.java689 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/
DInputDevice.h71 float fuzz; member
/frameworks/native/services/inputflinger/
DEventHub.h87 int32_t fuzz; // error tolerance, eg. fuzz == 4 means value is +/- 4 due to noise member
DInputReader.h1797 float fuzz; // normalized error tolerance member
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp378 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()