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