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

/frameworks/base/include/androidfw/
H A DInputDevice.h104 return mMotionRanges;
118 Vector<MotionRange> mMotionRanges; member in class:android::InputDeviceInfo
/frameworks/base/core/java/android/view/
H A DInputDevice.java54 private final ArrayList<MotionRange> mMotionRanges = new ArrayList<MotionRange>(); field in class:InputDevice
56 private Vibrator mVibrator; // guarded by mMotionRanges during initialization
521 final int numRanges = mMotionRanges.size();
523 final MotionRange range = mMotionRanges.get(i);
547 final int numRanges = mMotionRanges.size();
549 final MotionRange range = mMotionRanges.get(i);
564 return mMotionRanges;
570 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz));
586 synchronized (mMotionRanges) {
697 final int numRanges = mMotionRanges
[all...]

Completed in 110 milliseconds