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

/frameworks/native/libs/input/
H A DInputDevice.cpp139 mMotionRanges(other.mMotionRanges) {
159 mMotionRanges.clear();
164 size_t numRanges = mMotionRanges.size();
166 const MotionRange& range = mMotionRanges.itemAt(i);
181 mMotionRanges.add(range);
185 mMotionRanges.add(range);
/frameworks/base/core/java/android/view/
H A DInputDevice.java61 private final ArrayList<MotionRange> mMotionRanges = new ArrayList<MotionRange>(); field in class:InputDevice
63 private Vibrator mVibrator; // guarded by mMotionRanges during initialization
684 final int numRanges = mMotionRanges.size();
686 final MotionRange range = mMotionRanges.get(i);
709 final int numRanges = mMotionRanges.size();
711 final MotionRange range = mMotionRanges.get(i);
726 return mMotionRanges;
732 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution));
748 synchronized (mMotionRanges) {
923 final int numRanges = mMotionRanges
[all...]
/frameworks/native/include/input/
H A DInputDevice.h116 return mMotionRanges;
133 Vector<MotionRange> mMotionRanges; member in class:android::InputDeviceInfo

Completed in 31 milliseconds