Searched defs:mMotionRanges (Results 1 – 1 of 1) sorted by relevance
90 private final ArrayList<MotionRange> mMotionRanges = new ArrayList<MotionRange>(); field in InputDevice569 private List<MotionRange> mMotionRanges = new ArrayList<>(); field in InputDevice.Builder