Home
last modified time | relevance | path

Searched refs:mMotionRanges (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DInputDevice.java90 private final ArrayList<MotionRange> mMotionRanges = new ArrayList<MotionRange>(); field in InputDevice
569 private List<MotionRange> mMotionRanges = new ArrayList<>(); field in InputDevice.Builder
695 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); in addMotionRange()
724 final int numRanges = mMotionRanges.size(); in build()
726 final MotionRange range = mMotionRanges.get(i); in build()
1052 final int numRanges = mMotionRanges.size(); in getMotionRange()
1054 final MotionRange range = mMotionRanges.get(i); in getMotionRange()
1077 final int numRanges = mMotionRanges.size(); in getMotionRange()
1079 final MotionRange range = mMotionRanges.get(i); in getMotionRange()
1094 return mMotionRanges; in getMotionRanges()
[all …]
/frameworks/native/libs/input/
DInputDevice.cpp191 mMotionRanges(other.mMotionRanges), in InputDeviceInfo()
216 mMotionRanges.clear(); in initialize()
223 for (const MotionRange& range : mMotionRanges) { in getMotionRange()
238 mMotionRanges.push_back(range); in addMotionRange()
242 mMotionRanges.push_back(range); in addMotionRange()
/frameworks/native/include/input/
DInputDevice.h322 return mMotionRanges; in getMotionRanges()
356 std::vector<MotionRange> mMotionRanges; variable
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt60232 Landroid/view/InputDevice;->mMotionRanges:Ljava/util/ArrayList;