Searched refs:MotionRange (Results 1 – 14 of 14) sorted by relevance
75 struct MotionRange { struct101 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const; argument106 void addMotionRange(const MotionRange& range);125 inline const std::vector<MotionRange>& getMotionRanges() const { in getMotionRanges()143 std::vector<MotionRange> mMotionRanges;
69 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 InputDevice870 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange() method in InputDevice.MotionRange987 MotionRange range = mMotionRanges.get(i); in writeToParcel()[all …]
6813 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X);6814 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y);
462 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 …]
222 const InputDeviceInfo::MotionRange& x = mOrientedRanges.x; in populateDeviceInfo()223 const InputDeviceInfo::MotionRange& y = mOrientedRanges.y; in populateDeviceInfo()
185 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()
71 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()
105 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in dump()109 const InputDeviceInfo::MotionRange& range = ranges[i]; in dump()
2325 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange()
21495 HSPLandroid/view/InputDevice$MotionRange;-><init>(IIFFFFF)V21496 HSPLandroid/view/InputDevice$MotionRange;-><init>(IIFFFFFLandroid/view/InputDevice$1;)V21497 HSPLandroid/view/InputDevice$MotionRange;->access$100(Landroid/view/InputDevice$MotionRange;)I21498 HSPLandroid/view/InputDevice$MotionRange;->access$200(Landroid/view/InputDevice$MotionRange;)I21499 HSPLandroid/view/InputDevice$MotionRange;->access$400(Landroid/view/InputDevice$MotionRange;)F21500 HSPLandroid/view/InputDevice$MotionRange;->access$500(Landroid/view/InputDevice$MotionRange;)F21501 HSPLandroid/view/InputDevice$MotionRange;->access$600(Landroid/view/InputDevice$MotionRange;)F21502 HSPLandroid/view/InputDevice$MotionRange;->access$700(Landroid/view/InputDevice$MotionRange;)F21503 HSPLandroid/view/InputDevice$MotionRange;->access$800(Landroid/view/InputDevice$MotionRange;)F47143 Landroid/view/InputDevice$MotionRange;
6829 android.view.InputDevice$MotionRange
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 {
52457 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 {
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...