Searched refs:mMotionRanges (Results 1 - 3 of 3) sorted by relevance

/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/libs/ui/
H A DInput.cpp1183 mMotionRanges(other.mMotionRanges) {
1194 mMotionRanges.clear();
1199 size_t numRanges = mMotionRanges.size();
1201 const MotionRange& range = mMotionRanges.itemAt(i);
1216 mMotionRanges.add(range);
1220 mMotionRanges.add(range);
/frameworks/base/include/ui/
H A DInput.h833 return mMotionRanges;
843 Vector<MotionRange> mMotionRanges; member in class:android::InputDeviceInfo

Completed in 53 milliseconds