HomeSort by relevance Sort by last modified time
    Searched defs:mMotionRanges (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
InputDevice.java 58 private final ArrayList<MotionRange> mMotionRanges = new ArrayList<MotionRange>();
60 private Vibrator mVibrator; // guarded by mMotionRanges during initialization
606 final int numRanges = mMotionRanges.size();
608 final MotionRange range = mMotionRanges.get(i);
631 final int numRanges = mMotionRanges.size();
633 final MotionRange range = mMotionRanges.get(i);
648 return mMotionRanges;
654 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution));
670 synchronized (mMotionRanges) {
818 final int numRanges = mMotionRanges.size()
    [all...]
  /frameworks/native/include/input/
InputDevice.h 109 return mMotionRanges;
125 Vector<MotionRange> mMotionRanges;

Completed in 743 milliseconds