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