Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java79 private final ArrayList<MotionRange> mMotionRanges = new ArrayList<MotionRange>();
800 public MotionRange getMotionRange(int axis) { in getMotionRange()
803 final MotionRange range = mMotionRanges.get(i); in getMotionRange()
825 public MotionRange getMotionRange(int axis, int source) { in getMotionRange()
828 final MotionRange range = mMotionRanges.get(i); in getMotionRange()
842 public List<MotionRange> getMotionRanges() { in getMotionRanges()
850 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); in addMotionRange()
1038 public static final class MotionRange { class in InputDevice
1047 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange() method in InputDevice.MotionRange
1166 MotionRange range = mMotionRanges.get(i); in writeToParcel()
[all …]
DViewRootImpl.java7580 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X);
7581 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y);
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h476 InputDeviceInfo::MotionRange x;
477 InputDeviceInfo::MotionRange y;
478 InputDeviceInfo::MotionRange pressure;
481 InputDeviceInfo::MotionRange size;
484 InputDeviceInfo::MotionRange touchMajor;
485 InputDeviceInfo::MotionRange touchMinor;
488 InputDeviceInfo::MotionRange toolMajor;
489 InputDeviceInfo::MotionRange toolMinor;
492 InputDeviceInfo::MotionRange orientation;
495 InputDeviceInfo::MotionRange distance;
[all …]
DTouchInputMapper.cpp201 const InputDeviceInfo::MotionRange& x = mOrientedRanges.x; in populateDeviceInfo()
202 const InputDeviceInfo::MotionRange& y = mOrientedRanges.y; in populateDeviceInfo()
244 const InputDeviceInfo::MotionRange& x = mOrientedRanges.x; in populateDeviceInfo()
245 const InputDeviceInfo::MotionRange& y = mOrientedRanges.y; in populateDeviceInfo()
/frameworks/native/include/input/
DInputDevice.h202 struct MotionRange { struct
228 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const; argument
233 void addMotionRange(const MotionRange& range);
261 inline const std::vector<MotionRange>& getMotionRanges() const { in getMotionRanges()
285 std::vector<MotionRange> mMotionRanges;
/frameworks/native/libs/input/
DInputDevice.cpp215 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange()
217 for (const MotionRange& range : mMotionRanges) { in getMotionRange()
231 MotionRange range = { axis, source, min, max, flat, fuzz, resolution }; in addMotionRange()
235 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/
DUnwantedInteractionBlocker.cpp215 const InputDeviceInfo::MotionRange* axisX = in createPalmFilterDeviceInfo()
225 const InputDeviceInfo::MotionRange* axisY = in createPalmFilterDeviceInfo()
235 const InputDeviceInfo::MotionRange* axisMajor = in createPalmFilterDeviceInfo()
243 const InputDeviceInfo::MotionRange* axisMinor = in createPalmFilterDeviceInfo()
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp118 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in dump()
122 const InputDeviceInfo::MotionRange& range = ranges[i]; in dump()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp150 const InputDeviceInfo::MotionRange* motionRange = in assertAxisResolution()
159 const InputDeviceInfo::MotionRange* motionRange = in assertAxisNotPresent()
3068 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange()
9610 const InputDeviceInfo::MotionRange* relRangeX = in TEST_F()
9615 const InputDeviceInfo::MotionRange* relRangeY = in TEST_F()
/frameworks/base/boot/
Dpreloaded-classes8028 android.view.InputDevice$MotionRange
Dboot-image-profile.txt16193 HSPLandroid/view/InputDevice$MotionRange;-><init>(IIFFFFF)V
30570 Landroid/view/InputDevice$MotionRange;
/frameworks/base/config/
Dpreloaded-classes8059 android.view.InputDevice$MotionRange
Dboot-image-profile.txt16256 HSPLandroid/view/InputDevice$MotionRange;-><init>(IIFFFFF)V
40565 Landroid/view/InputDevice$MotionRange;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt60207 Landroid/view/InputDevice$MotionRange;-><init>(IIFFFFF)V
60208 Landroid/view/InputDevice$MotionRange;->mAxis:I
60209 Landroid/view/InputDevice$MotionRange;->mFlat:F
60210 Landroid/view/InputDevice$MotionRange;->mFuzz:F
60211 Landroid/view/InputDevice$MotionRange;->mMax:F
60212 Landroid/view/InputDevice$MotionRange;->mMin:F
60213 Landroid/view/InputDevice$MotionRange;->mResolution:F
60214 Landroid/view/InputDevice$MotionRange;->mSource:I
/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/core/api/
Dcurrent.txt48136 method public android.view.InputDevice.MotionRange getMotionRange(int);
48137 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
48138 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
48192 public static final class InputDevice.MotionRange {