Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java97 private final ArrayList<MotionRange> mMotionRanges = new ArrayList<MotionRange>();
609 private List<MotionRange> mMotionRanges = new ArrayList<>();
748 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); in addMotionRange()
791 final MotionRange range = mMotionRanges.get(i); in build()
1136 public MotionRange getMotionRange(int axis) { in getMotionRange()
1139 final MotionRange range = mMotionRanges.get(i); in getMotionRange()
1161 public MotionRange getMotionRange(int axis, int source) { in getMotionRange()
1164 final MotionRange range = mMotionRanges.get(i); in getMotionRange()
1178 public List<MotionRange> getMotionRanges() { in getMotionRanges()
1202 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); in addMotionRange()
[all …]
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h467 InputDeviceInfo::MotionRange x;
468 InputDeviceInfo::MotionRange y;
469 InputDeviceInfo::MotionRange pressure;
471 std::optional<InputDeviceInfo::MotionRange> size;
473 std::optional<InputDeviceInfo::MotionRange> touchMajor;
474 std::optional<InputDeviceInfo::MotionRange> touchMinor;
476 std::optional<InputDeviceInfo::MotionRange> toolMajor;
477 std::optional<InputDeviceInfo::MotionRange> toolMinor;
479 std::optional<InputDeviceInfo::MotionRange> orientation;
481 std::optional<InputDeviceInfo::MotionRange> distance;
[all …]
DTouchInputMapper.cpp611 mOrientedRanges.touchMajor = InputDeviceInfo::MotionRange{ in initializeSizeRanges()
635 mOrientedRanges.toolMajor = InputDeviceInfo::MotionRange{ in initializeSizeRanges()
670 mOrientedRanges.size = InputDeviceInfo::MotionRange{ in initializeSizeRanges()
713 mOrientedRanges.pressure = InputDeviceInfo::MotionRange{ in initializeOrientedRanges()
742 mOrientedRanges.tilt = InputDeviceInfo::MotionRange{ in initializeOrientedRanges()
756 mOrientedRanges.orientation = InputDeviceInfo::MotionRange{ in initializeOrientedRanges()
780 mOrientedRanges.orientation = InputDeviceInfo::MotionRange{ in initializeOrientedRanges()
798 mOrientedRanges.distance = InputDeviceInfo::MotionRange{ in initializeOrientedRanges()
/frameworks/native/include/input/
DInputDevice.h271 struct MotionRange { struct
298 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const; argument
303 void addMotionRange(const MotionRange& range);
338 inline const std::vector<MotionRange>& getMotionRanges() const { in getMotionRanges()
377 std::vector<MotionRange> mMotionRanges;
/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()
71 InputDevice.MotionRange motionRange = device.getMotionRanges().get(j); in assertDeviceEquals()
/frameworks/native/libs/input/
DInputDevice.cpp229 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange()
231 for (const MotionRange& range : mMotionRanges) { in getMotionRange()
245 MotionRange range = { axis, source, min, max, flat, fuzz, resolution }; in addMotionRange()
249 void InputDeviceInfo::addMotionRange(const MotionRange& range) { in addMotionRange()
/frameworks/base/core/jni/
Dandroid_view_InputDevice.cpp98 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in android_view_InputDevice_create()
99 for (const InputDeviceInfo::MotionRange& range: ranges) { in android_view_InputDevice_create()
/frameworks/native/services/inputflinger/tests/
DCapturedTouchpadEventConverter_test.cpp140 const InputDeviceInfo::MotionRange* posX = in TEST_F()
147 const InputDeviceInfo::MotionRange* posY = in TEST_F()
154 const InputDeviceInfo::MotionRange* touchMajor = in TEST_F()
161 const InputDeviceInfo::MotionRange* touchMinor = in TEST_F()
168 const InputDeviceInfo::MotionRange* toolMajor = in TEST_F()
175 const InputDeviceInfo::MotionRange* toolMinor = in TEST_F()
184 const InputDeviceInfo::MotionRange* orientation = in TEST_F()
191 const InputDeviceInfo::MotionRange* pressure = in TEST_F()
198 const InputDeviceInfo::MotionRange* size = in TEST_F()
DInputMapperTest.cpp228 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange()
DInputReader_test.cpp132 const InputDeviceInfo::MotionRange* motionRange = in assertAxisResolution()
141 const InputDeviceInfo::MotionRange* motionRange = in assertAxisNotPresent()
/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp236 const InputDeviceInfo::MotionRange* axisX = in createPalmFilterDeviceInfo()
246 const InputDeviceInfo::MotionRange* axisY = in createPalmFilterDeviceInfo()
256 const InputDeviceInfo::MotionRange* axisMajor = in createPalmFilterDeviceInfo()
264 const InputDeviceInfo::MotionRange* axisMinor = in createPalmFilterDeviceInfo()
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp145 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in dump()
149 const InputDeviceInfo::MotionRange& range = ranges[i]; in dump()
/frameworks/base/boot/
Dpreloaded-classes8735 android.view.InputDevice$MotionRange-IA
8736 android.view.InputDevice$MotionRange
Dboot-image-profile.txt16254 HSPLandroid/view/InputDevice$MotionRange;-><init>(IIFFFFF)V
31149 Landroid/view/InputDevice$MotionRange-IA;
31150 Landroid/view/InputDevice$MotionRange;
/frameworks/base/config/
Dpreloaded-classes8766 android.view.InputDevice$MotionRange-IA
8767 android.view.InputDevice$MotionRange
Dboot-image-profile.txt16318 HSPLandroid/view/InputDevice$MotionRange;-><init>(IIFFFFF)V
41310 Landroid/view/InputDevice$MotionRange-IA;
41311 Landroid/view/InputDevice$MotionRange;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59564 Landroid/view/InputDevice$MotionRange;-><init>(IIFFFFF)V
59565 Landroid/view/InputDevice$MotionRange;->mAxis:I
59566 Landroid/view/InputDevice$MotionRange;->mFlat:F
59567 Landroid/view/InputDevice$MotionRange;->mFuzz:F
59568 Landroid/view/InputDevice$MotionRange;->mMax:F
59569 Landroid/view/InputDevice$MotionRange;->mMin:F
59570 Landroid/view/InputDevice$MotionRange;->mResolution:F
59571 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.txt51020 method public android.view.InputDevice.MotionRange getMotionRange(int);
51021 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
51022 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
51076 public static final class InputDevice.MotionRange {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...