Home
last modified time | relevance | path

Searched refs:MotionRange (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/view/
DInputDevice.java79 private final ArrayList<MotionRange> mMotionRanges = new ArrayList<MotionRange>();
751 public MotionRange getMotionRange(int axis) { in getMotionRange()
754 final MotionRange range = mMotionRanges.get(i); in getMotionRange()
776 public MotionRange getMotionRange(int axis, int source) { in getMotionRange()
779 final MotionRange range = mMotionRanges.get(i); in getMotionRange()
793 public List<MotionRange> getMotionRanges() { in getMotionRanges()
801 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); in addMotionRange()
980 public static final class MotionRange { class in InputDevice
989 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange() method in InputDevice.MotionRange
1108 MotionRange range = mMotionRanges.get(i); in writeToParcel()
[all …]
DViewRootImpl.java7146 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X);
7147 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y);
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h467 InputDeviceInfo::MotionRange x;
468 InputDeviceInfo::MotionRange y;
469 InputDeviceInfo::MotionRange pressure;
472 InputDeviceInfo::MotionRange size;
475 InputDeviceInfo::MotionRange touchMajor;
476 InputDeviceInfo::MotionRange touchMinor;
479 InputDeviceInfo::MotionRange toolMajor;
480 InputDeviceInfo::MotionRange toolMinor;
483 InputDeviceInfo::MotionRange orientation;
486 InputDeviceInfo::MotionRange distance;
[all …]
DTouchInputMapper.cpp202 const InputDeviceInfo::MotionRange& x = mOrientedRanges.x; in populateDeviceInfo()
203 const InputDeviceInfo::MotionRange& y = mOrientedRanges.y; in populateDeviceInfo()
245 const InputDeviceInfo::MotionRange& x = mOrientedRanges.x; in populateDeviceInfo()
246 const InputDeviceInfo::MotionRange& y = mOrientedRanges.y; in populateDeviceInfo()
/frameworks/native/include/input/
DInputDevice.h197 struct MotionRange { struct
223 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const; argument
228 void addMotionRange(const MotionRange& range);
256 inline const std::vector<MotionRange>& getMotionRanges() const { in getMotionRanges()
280 std::vector<MotionRange> mMotionRanges;
/frameworks/native/libs/input/
DInputDevice.cpp202 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange()
206 const MotionRange& range = mMotionRanges[i]; in getMotionRange()
220 MotionRange range = { axis, source, min, max, flat, fuzz, resolution }; in addMotionRange()
224 void InputDeviceInfo::addMotionRange(const MotionRange& range) { in addMotionRange()
/frameworks/base/core/jni/
Dandroid_view_InputDevice.cpp76 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in android_view_InputDevice_create()
77 for (const InputDeviceInfo::MotionRange& range: ranges) { in android_view_InputDevice_create()
/frameworks/base/tests/Input/src/com/android/test/input/
DInputDeviceTest.java36 private void assertMotionRangeEquals(InputDevice.MotionRange range, in assertMotionRangeEquals()
37 InputDevice.MotionRange outRange) { in assertMotionRangeEquals()
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp116 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in dump()
120 const InputDeviceInfo::MotionRange& range = ranges[i]; in dump()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2748 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange()
8500 const InputDeviceInfo::MotionRange* relRangeX = in TEST_F()
8505 const InputDeviceInfo::MotionRange* relRangeY = in TEST_F()
/frameworks/base/boot/
Dpreloaded-classes7464 android.view.InputDevice$MotionRange
Dboot-image-profile.txt16767 HSPLandroid/view/InputDevice$MotionRange;-><init>(IIFFFFF)V
16768 HSPLandroid/view/InputDevice$MotionRange;-><init>(IIFFFFFLandroid/view/InputDevice$1;)V
31137 Landroid/view/InputDevice$MotionRange;
/frameworks/base/config/
Dpreloaded-classes7485 android.view.InputDevice$MotionRange
Dboot-image-profile.txt16816 HSPLandroid/view/InputDevice$MotionRange;-><init>(IIFFFFF)V
16817 HSPLandroid/view/InputDevice$MotionRange;-><init>(IIFFFFFLandroid/view/InputDevice$1;)V
40801 Landroid/view/InputDevice$MotionRange;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt63530 Landroid/view/InputDevice$MotionRange;-><init>(IIFFFFF)V
63531 Landroid/view/InputDevice$MotionRange;->mAxis:I
63532 Landroid/view/InputDevice$MotionRange;->mFlat:F
63533 Landroid/view/InputDevice$MotionRange;->mFuzz:F
63534 Landroid/view/InputDevice$MotionRange;->mMax:F
63535 Landroid/view/InputDevice$MotionRange;->mMin:F
63536 Landroid/view/InputDevice$MotionRange;->mResolution:F
63537 Landroid/view/InputDevice$MotionRange;->mSource:I
/frameworks/base/core/api/
Dcurrent.txt47186 method public android.view.InputDevice.MotionRange getMotionRange(int);
47187 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
47188 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
47242 public static final class InputDevice.MotionRange {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32250 method public android.view.InputDevice.MotionRange getMotionRange(int);
32251 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
32252 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
32297 public static final class InputDevice.MotionRange {