Searched refs:getMotionRange (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | UnwantedInteractionBlocker.cpp | 216 deviceInfo.getMotionRange(AMOTION_EVENT_AXIS_X, AINPUT_SOURCE_TOUCHSCREEN); in createPalmFilterDeviceInfo() 226 deviceInfo.getMotionRange(AMOTION_EVENT_AXIS_Y, AINPUT_SOURCE_TOUCHSCREEN); in createPalmFilterDeviceInfo() 236 deviceInfo.getMotionRange(AMOTION_EVENT_AXIS_TOUCH_MAJOR, AINPUT_SOURCE_TOUCHSCREEN); in createPalmFilterDeviceInfo() 244 deviceInfo.getMotionRange(AMOTION_EVENT_AXIS_TOUCH_MINOR, AINPUT_SOURCE_TOUCHSCREEN); in createPalmFilterDeviceInfo()
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 800 public MotionRange getMotionRange(int axis) { in getMotionRange() method in InputDevice 825 public MotionRange getMotionRange(int axis, int source) { in getMotionRange() method in InputDevice
|
D | ViewRootImpl.java | 7580 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X); 7581 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y);
|
/frameworks/native/libs/input/ |
D | InputDevice.cpp | 215 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange() function in android::InputDeviceInfo
|
/frameworks/native/include/input/ |
D | InputDevice.h | 228 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const;
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 643 device.getMotionRange(MotionEvent.AXIS_GENERIC_1) != null; in onPointerEvent()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 151 info.getMotionRange(axis, AINPUT_SOURCE_TOUCHSCREEN); in assertAxisResolution() 160 info.getMotionRange(axis, AINPUT_SOURCE_TOUCHSCREEN); in assertAxisNotPresent() 3068 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange() 4291 ASSERT_EQ(nullptr, info.getMotionRange(AINPUT_MOTION_RANGE_X, AINPUT_SOURCE_MOUSE)); in TEST_F() 4292 ASSERT_EQ(nullptr, info.getMotionRange(AINPUT_MOTION_RANGE_Y, AINPUT_SOURCE_MOUSE)); in TEST_F() 9611 deviceInfo.getMotionRange(AMOTION_EVENT_AXIS_RELATIVE_X, AINPUT_SOURCE_TOUCHPAD); in TEST_F() 9616 deviceInfo.getMotionRange(AMOTION_EVENT_AXIS_RELATIVE_Y, AINPUT_SOURCE_TOUCHPAD); in TEST_F()
|
/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);
|
/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);
|