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