Home
last modified time | relevance | path

Searched refs:MotionRange (Results 1 – 14 of 14) 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.java69 private final ArrayList<MotionRange> mMotionRanges = new ArrayList<MotionRange>();
713 public MotionRange getMotionRange(int axis) { in getMotionRange()
716 final MotionRange range = mMotionRanges.get(i); in getMotionRange()
738 public MotionRange getMotionRange(int axis, int source) { in getMotionRange()
741 final MotionRange range = mMotionRanges.get(i); in getMotionRange()
755 public List<MotionRange> getMotionRanges() { in getMotionRanges()
763 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); in addMotionRange()
861 public static final class MotionRange { class in InputDevice
870 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange() method in InputDevice.MotionRange
987 MotionRange range = mMotionRanges.get(i); in writeToParcel()
[all …]
DViewRootImpl.java6813 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X);
6814 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y);
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h462 InputDeviceInfo::MotionRange x;
463 InputDeviceInfo::MotionRange y;
464 InputDeviceInfo::MotionRange pressure;
467 InputDeviceInfo::MotionRange size;
470 InputDeviceInfo::MotionRange touchMajor;
471 InputDeviceInfo::MotionRange touchMinor;
474 InputDeviceInfo::MotionRange toolMajor;
475 InputDeviceInfo::MotionRange toolMinor;
478 InputDeviceInfo::MotionRange orientation;
481 InputDeviceInfo::MotionRange distance;
[all …]
DTouchInputMapper.cpp222 const InputDeviceInfo::MotionRange& x = mOrientedRanges.x; in populateDeviceInfo()
223 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.cpp105 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in dump()
109 const InputDeviceInfo::MotionRange& range = ranges[i]; in dump()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2325 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange()
/frameworks/base/config/
Dboot-image-profile.txt21495 HSPLandroid/view/InputDevice$MotionRange;-><init>(IIFFFFF)V
21496 HSPLandroid/view/InputDevice$MotionRange;-><init>(IIFFFFFLandroid/view/InputDevice$1;)V
21497 HSPLandroid/view/InputDevice$MotionRange;->access$100(Landroid/view/InputDevice$MotionRange;)I
21498 HSPLandroid/view/InputDevice$MotionRange;->access$200(Landroid/view/InputDevice$MotionRange;)I
21499 HSPLandroid/view/InputDevice$MotionRange;->access$400(Landroid/view/InputDevice$MotionRange;)F
21500 HSPLandroid/view/InputDevice$MotionRange;->access$500(Landroid/view/InputDevice$MotionRange;)F
21501 HSPLandroid/view/InputDevice$MotionRange;->access$600(Landroid/view/InputDevice$MotionRange;)F
21502 HSPLandroid/view/InputDevice$MotionRange;->access$700(Landroid/view/InputDevice$MotionRange;)F
21503 HSPLandroid/view/InputDevice$MotionRange;->access$800(Landroid/view/InputDevice$MotionRange;)F
47143 Landroid/view/InputDevice$MotionRange;
Dpreloaded-classes6829 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.txt52457 method public android.view.InputDevice.MotionRange getMotionRange(int);
52458 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
52459 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
52510 public static final class InputDevice.MotionRange {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...