Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputDevice.h75 struct MotionRange { struct
101 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const; argument
106 void addMotionRange(const MotionRange& range);
125 inline const std::vector<MotionRange>& getMotionRanges() const { in getMotionRanges()
143 std::vector<MotionRange> mMotionRanges;
/frameworks/base/core/java/android/view/
DInputDevice.java66 private final ArrayList<MotionRange> mMotionRanges = new ArrayList<MotionRange>();
697 public MotionRange getMotionRange(int axis) { in getMotionRange()
700 final MotionRange range = mMotionRanges.get(i); in getMotionRange()
722 public MotionRange getMotionRange(int axis, int source) { in getMotionRange()
725 final MotionRange range = mMotionRanges.get(i); in getMotionRange()
739 public List<MotionRange> getMotionRanges() { in getMotionRanges()
747 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); in addMotionRange()
845 public static final class MotionRange { class in InputDevice
854 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange() method in InputDevice.MotionRange
971 MotionRange range = mMotionRanges.get(i); in writeToParcel()
[all …]
DViewRootImpl.java6449 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X);
6450 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y);
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h526 InputDeviceInfo::MotionRange x;
527 InputDeviceInfo::MotionRange y;
528 InputDeviceInfo::MotionRange pressure;
531 InputDeviceInfo::MotionRange size;
534 InputDeviceInfo::MotionRange touchMajor;
535 InputDeviceInfo::MotionRange touchMinor;
538 InputDeviceInfo::MotionRange toolMajor;
539 InputDeviceInfo::MotionRange toolMinor;
542 InputDeviceInfo::MotionRange orientation;
545 InputDeviceInfo::MotionRange distance;
[all …]
DTouchInputMapper.cpp227 const InputDeviceInfo::MotionRange& x = mOrientedRanges.x; in populateDeviceInfo()
228 const InputDeviceInfo::MotionRange& y = mOrientedRanges.y; in populateDeviceInfo()
/frameworks/native/libs/input/
DInputDevice.cpp185 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange()
189 const MotionRange& range = mMotionRanges[i]; in getMotionRange()
203 MotionRange range = { axis, source, min, max, flat, fuzz, resolution }; in addMotionRange()
207 void InputDeviceInfo::addMotionRange(const MotionRange& range) { in addMotionRange()
/frameworks/base/core/jni/
Dandroid_view_InputDevice.cpp71 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in android_view_InputDevice_create()
72 for (const InputDeviceInfo::MotionRange& range: ranges) { in android_view_InputDevice_create()
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp85 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in dump()
89 const InputDeviceInfo::MotionRange& range = ranges[i]; in dump()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1864 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange()
/frameworks/base/config/
Dpreloaded-classes3791 android.view.InputDevice$MotionRange
Dboot-image-profile.txt16300 HSPLandroid/view/InputDevice$MotionRange;-><init>(IIFFFFFLandroid/view/InputDevice$1;)V
36500 Landroid/view/InputDevice$MotionRange;
42660 HSPLandroid/view/InputDevice$MotionRange;->getAxis()I
42661 HSPLandroid/view/InputDevice$MotionRange;->getSource()I
Dhiddenapi-greylist-max-o.txt74636 Landroid/view/InputDevice$MotionRange;-><init>(IIFFFFF)V
74637 Landroid/view/InputDevice$MotionRange;->mAxis:I
74638 Landroid/view/InputDevice$MotionRange;->mFlat:F
74639 Landroid/view/InputDevice$MotionRange;->mFuzz:F
74640 Landroid/view/InputDevice$MotionRange;->mMax:F
74641 Landroid/view/InputDevice$MotionRange;->mMin:F
74642 Landroid/view/InputDevice$MotionRange;->mResolution:F
74643 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/non-updatable-api/
Dcurrent.txt50203 method public android.view.InputDevice.MotionRange getMotionRange(int);
50204 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
50205 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
50256 public static final class InputDevice.MotionRange {
/frameworks/base/api/
Dcurrent.txt50347 method public android.view.InputDevice.MotionRange getMotionRange(int);
50348 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
50349 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
50400 public static final class InputDevice.MotionRange {