Home
last modified time | relevance | path

Searched refs:getMotionRange (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp216 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/
DInputDevice.java800 public MotionRange getMotionRange(int axis) { in getMotionRange() method in InputDevice
825 public MotionRange getMotionRange(int axis, int source) { in getMotionRange() method in InputDevice
DViewRootImpl.java7580 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X);
7581 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y);
/frameworks/native/libs/input/
DInputDevice.cpp215 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange() function in android::InputDeviceInfo
/frameworks/native/include/input/
DInputDevice.h228 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const;
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java643 device.getMotionRange(MotionEvent.AXIS_GENERIC_1) != null; in onPointerEvent()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp151 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/
Dandroid-22.txt32250 method public android.view.InputDevice.MotionRange getMotionRange(int);
32251 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
/frameworks/base/core/api/
Dcurrent.txt48136 method public android.view.InputDevice.MotionRange getMotionRange(int);
48137 method public android.view.InputDevice.MotionRange getMotionRange(int, int);