Searched defs:MotionRange (Results 1 – 2 of 2) sorted by relevance
804 struct MotionRange { struct819 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const; argument
435 public static final class MotionRange { class in InputDevice443 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz) { in MotionRange() method in InputDevice.MotionRange