/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 79 private final ArrayList<MotionRange> mMotionRanges = new ArrayList<MotionRange>(); 800 public MotionRange getMotionRange(int axis) { in getMotionRange() 803 final MotionRange range = mMotionRanges.get(i); in getMotionRange() 825 public MotionRange getMotionRange(int axis, int source) { in getMotionRange() 828 final MotionRange range = mMotionRanges.get(i); in getMotionRange() 842 public List<MotionRange> getMotionRanges() { in getMotionRanges() 850 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); in addMotionRange() 1038 public static final class MotionRange { class in InputDevice 1047 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange() method in InputDevice.MotionRange 1166 MotionRange range = mMotionRanges.get(i); in writeToParcel() [all …]
|
D | ViewRootImpl.java | 7580 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X); 7581 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y);
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.h | 476 InputDeviceInfo::MotionRange x; 477 InputDeviceInfo::MotionRange y; 478 InputDeviceInfo::MotionRange pressure; 481 InputDeviceInfo::MotionRange size; 484 InputDeviceInfo::MotionRange touchMajor; 485 InputDeviceInfo::MotionRange touchMinor; 488 InputDeviceInfo::MotionRange toolMajor; 489 InputDeviceInfo::MotionRange toolMinor; 492 InputDeviceInfo::MotionRange orientation; 495 InputDeviceInfo::MotionRange distance; [all …]
|
D | TouchInputMapper.cpp | 201 const InputDeviceInfo::MotionRange& x = mOrientedRanges.x; in populateDeviceInfo() 202 const InputDeviceInfo::MotionRange& y = mOrientedRanges.y; in populateDeviceInfo() 244 const InputDeviceInfo::MotionRange& x = mOrientedRanges.x; in populateDeviceInfo() 245 const InputDeviceInfo::MotionRange& y = mOrientedRanges.y; in populateDeviceInfo()
|
/frameworks/native/include/input/ |
D | InputDevice.h | 202 struct MotionRange { struct 228 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const; argument 233 void addMotionRange(const MotionRange& range); 261 inline const std::vector<MotionRange>& getMotionRanges() const { in getMotionRanges() 285 std::vector<MotionRange> mMotionRanges;
|
/frameworks/native/libs/input/ |
D | InputDevice.cpp | 215 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange() 217 for (const MotionRange& range : mMotionRanges) { in getMotionRange() 231 MotionRange range = { axis, source, min, max, flat, fuzz, resolution }; in addMotionRange() 235 void InputDeviceInfo::addMotionRange(const MotionRange& range) { in addMotionRange()
|
/frameworks/base/core/jni/ |
D | android_view_InputDevice.cpp | 76 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in android_view_InputDevice_create() 77 for (const InputDeviceInfo::MotionRange& range: ranges) { in android_view_InputDevice_create()
|
/frameworks/base/tests/Input/src/com/android/test/input/ |
D | InputDeviceTest.java | 36 private void assertMotionRangeEquals(InputDevice.MotionRange range, in assertMotionRangeEquals() 37 InputDevice.MotionRange outRange) { in assertMotionRangeEquals()
|
/frameworks/native/services/inputflinger/ |
D | UnwantedInteractionBlocker.cpp | 215 const InputDeviceInfo::MotionRange* axisX = in createPalmFilterDeviceInfo() 225 const InputDeviceInfo::MotionRange* axisY = in createPalmFilterDeviceInfo() 235 const InputDeviceInfo::MotionRange* axisMajor = in createPalmFilterDeviceInfo() 243 const InputDeviceInfo::MotionRange* axisMinor = in createPalmFilterDeviceInfo()
|
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 118 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in dump() 122 const InputDeviceInfo::MotionRange& range = ranges[i]; in dump()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 150 const InputDeviceInfo::MotionRange* motionRange = in assertAxisResolution() 159 const InputDeviceInfo::MotionRange* motionRange = in assertAxisNotPresent() 3068 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange() 9610 const InputDeviceInfo::MotionRange* relRangeX = in TEST_F() 9615 const InputDeviceInfo::MotionRange* relRangeY = in TEST_F()
|
/frameworks/base/boot/ |
D | preloaded-classes | 8028 android.view.InputDevice$MotionRange
|
D | boot-image-profile.txt | 16193 HSPLandroid/view/InputDevice$MotionRange;-><init>(IIFFFFF)V 30570 Landroid/view/InputDevice$MotionRange;
|
/frameworks/base/config/ |
D | preloaded-classes | 8059 android.view.InputDevice$MotionRange
|
D | boot-image-profile.txt | 16256 HSPLandroid/view/InputDevice$MotionRange;-><init>(IIFFFFF)V 40565 Landroid/view/InputDevice$MotionRange;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 60207 Landroid/view/InputDevice$MotionRange;-><init>(IIFFFFF)V 60208 Landroid/view/InputDevice$MotionRange;->mAxis:I 60209 Landroid/view/InputDevice$MotionRange;->mFlat:F 60210 Landroid/view/InputDevice$MotionRange;->mFuzz:F 60211 Landroid/view/InputDevice$MotionRange;->mMax:F 60212 Landroid/view/InputDevice$MotionRange;->mMin:F 60213 Landroid/view/InputDevice$MotionRange;->mResolution:F 60214 Landroid/view/InputDevice$MotionRange;->mSource:I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 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 {
|
/frameworks/base/core/api/ |
D | current.txt | 48136 method public android.view.InputDevice.MotionRange getMotionRange(int); 48137 method public android.view.InputDevice.MotionRange getMotionRange(int, int); 48138 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges(); 48192 public static final class InputDevice.MotionRange {
|