Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputDevice.h65 struct MotionRange { struct
91 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const; argument
96 void addMotionRange(const MotionRange& range);
115 inline const Vector<MotionRange>& getMotionRanges() const { in getMotionRanges()
133 Vector<MotionRange> mMotionRanges;
/frameworks/base/core/java/android/view/
DInputDevice.java61 private final ArrayList<MotionRange> mMotionRanges = new ArrayList<MotionRange>();
693 public MotionRange getMotionRange(int axis) { in getMotionRange()
696 final MotionRange range = mMotionRanges.get(i); in getMotionRange()
718 public MotionRange getMotionRange(int axis, int source) { in getMotionRange()
721 final MotionRange range = mMotionRanges.get(i); in getMotionRange()
735 public List<MotionRange> getMotionRanges() { in getMotionRanges()
742 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); in addMotionRange()
810 public static final class MotionRange { class in InputDevice
819 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange() method in InputDevice.MotionRange
936 MotionRange range = mMotionRanges.get(i); in writeToParcel()
[all …]
DViewRootImpl.java5480 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X); in process()
5481 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y); in process()
/frameworks/native/libs/input/
DInputDevice.cpp169 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange()
173 const MotionRange& range = mMotionRanges.itemAt(i); in getMotionRange()
187 MotionRange range = { axis, source, min, max, flat, fuzz, resolution }; in addMotionRange()
191 void InputDeviceInfo::addMotionRange(const MotionRange& range) { in addMotionRange()
/frameworks/base/core/jni/
Dandroid_view_InputDevice.cpp71 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in android_view_InputDevice_create()
73 const InputDeviceInfo::MotionRange& range = ranges.itemAt(i); in android_view_InputDevice_create()
/frameworks/native/services/inputflinger/
DInputReader.h1532 InputDeviceInfo::MotionRange x;
1533 InputDeviceInfo::MotionRange y;
1534 InputDeviceInfo::MotionRange pressure;
1537 InputDeviceInfo::MotionRange size;
1540 InputDeviceInfo::MotionRange touchMajor;
1541 InputDeviceInfo::MotionRange touchMinor;
1544 InputDeviceInfo::MotionRange toolMajor;
1545 InputDeviceInfo::MotionRange toolMinor;
1548 InputDeviceInfo::MotionRange orientation;
1551 InputDeviceInfo::MotionRange distance;
[all …]
DInputReader.cpp1026 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in dump()
1030 const InputDeviceInfo::MotionRange& range = ranges.itemAt(i); in dump()
3016 const InputDeviceInfo::MotionRange& x = mOrientedRanges.x; in populateDeviceInfo()
3017 const InputDeviceInfo::MotionRange& y = mOrientedRanges.y; in populateDeviceInfo()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1490 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange()
/frameworks/base/services/
Dprofile-classes2749 Landroid/view/InputDevice$MotionRange;
/frameworks/base/
Dcompiled-classes-phone4386 android.view.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 {
/frameworks/base/api/
Dcurrent.txt43933 method public android.view.InputDevice.MotionRange getMotionRange(int);
43934 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
43935 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
43984 public static final class InputDevice.MotionRange {
Dsystem-current.txt47472 method public android.view.InputDevice.MotionRange getMotionRange(int);
47473 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
47474 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
47523 public static final class InputDevice.MotionRange {