Searched defs:mMotionRanges (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/view/
H A DInputDevice.java48 private final ArrayList<MotionRange> mMotionRanges = new ArrayList<MotionRange>(); field in class:InputDevice
383 final int numRanges = mMotionRanges.size();
385 final MotionRange range = mMotionRanges.get(i);
409 final int numRanges = mMotionRanges.size();
411 final MotionRange range = mMotionRanges.get(i);
426 return mMotionRanges;
431 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz));
559 final int numRanges = mMotionRanges.size();
561 MotionRange range = mMotionRanges.get(i);
610 final int numAxes = mMotionRanges
[all...]
/frameworks/base/include/ui/
H A DInput.h833 return mMotionRanges;
843 Vector<MotionRange> mMotionRanges; member in class:android::InputDeviceInfo

Completed in 125 milliseconds