Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java97 private final ArrayList<MotionRange> mMotionRanges = new ArrayList<MotionRange>(); field in InputDevice
609 private List<MotionRange> mMotionRanges = new ArrayList<>(); field in InputDevice.Builder
748 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); in addMotionRange()
789 final int numRanges = mMotionRanges.size(); in build()
791 final MotionRange range = mMotionRanges.get(i); in build()
1137 final int numRanges = mMotionRanges.size(); in getMotionRange()
1139 final MotionRange range = mMotionRanges.get(i); in getMotionRange()
1162 final int numRanges = mMotionRanges.size(); in getMotionRange()
1164 final MotionRange range = mMotionRanges.get(i); in getMotionRange()
1179 return mMotionRanges; in getMotionRanges()
[all …]
/frameworks/native/libs/input/
DInputDevice.cpp194 mMotionRanges(other.mMotionRanges), in InputDeviceInfo()
224 mMotionRanges.clear(); in initialize()
231 for (const MotionRange& range : mMotionRanges) { in getMotionRange()
246 mMotionRanges.push_back(range); in addMotionRange()
250 mMotionRanges.push_back(range); in addMotionRange()
/frameworks/native/include/input/
DInputDevice.h339 return mMotionRanges; in getMotionRanges()
377 std::vector<MotionRange> mMotionRanges; variable
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59589 Landroid/view/InputDevice;->mMotionRanges:Ljava/util/ArrayList;