Searched refs:MotionRange (Results 1 – 20 of 20) sorted by relevance
97 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 …]
467 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 …]
611 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()
271 struct MotionRange { struct298 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const; argument303 void addMotionRange(const MotionRange& range);338 inline const std::vector<MotionRange>& getMotionRanges() const { in getMotionRanges()377 std::vector<MotionRange> mMotionRanges;
36 private void assertMotionRangeEquals(InputDevice.MotionRange range, in assertMotionRangeEquals()37 InputDevice.MotionRange outRange) { in assertMotionRangeEquals()71 InputDevice.MotionRange motionRange = device.getMotionRanges().get(j); in assertDeviceEquals()
229 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()
98 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()
140 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()
228 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange()
132 const InputDeviceInfo::MotionRange* motionRange = in assertAxisResolution()141 const InputDeviceInfo::MotionRange* motionRange = in assertAxisNotPresent()
236 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()
145 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in dump()149 const InputDeviceInfo::MotionRange& range = ranges[i]; in dump()
8735 android.view.InputDevice$MotionRange-IA8736 android.view.InputDevice$MotionRange
16254 HSPLandroid/view/InputDevice$MotionRange;-><init>(IIFFFFF)V31149 Landroid/view/InputDevice$MotionRange-IA;31150 Landroid/view/InputDevice$MotionRange;
8766 android.view.InputDevice$MotionRange-IA8767 android.view.InputDevice$MotionRange
16318 HSPLandroid/view/InputDevice$MotionRange;-><init>(IIFFFFF)V41310 Landroid/view/InputDevice$MotionRange-IA;41311 Landroid/view/InputDevice$MotionRange;
59564 Landroid/view/InputDevice$MotionRange;-><init>(IIFFFFF)V59565 Landroid/view/InputDevice$MotionRange;->mAxis:I59566 Landroid/view/InputDevice$MotionRange;->mFlat:F59567 Landroid/view/InputDevice$MotionRange;->mFuzz:F59568 Landroid/view/InputDevice$MotionRange;->mMax:F59569 Landroid/view/InputDevice$MotionRange;->mMin:F59570 Landroid/view/InputDevice$MotionRange;->mResolution:F59571 Landroid/view/InputDevice$MotionRange;->mSource:I
32250 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 {
51020 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 {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...