Searched defs:mMotionRanges (Results 1 – 2 of 2) sorted by relevance
97 private final ArrayList<MotionRange> mMotionRanges = new ArrayList<MotionRange>(); field in InputDevice609 private List<MotionRange> mMotionRanges = new ArrayList<>(); field in InputDevice.Builder
377 std::vector<MotionRange> mMotionRanges; variable