Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java751 public MotionRange getMotionRange(int axis) { in getMotionRange() method in InputDevice
776 public MotionRange getMotionRange(int axis, int source) { in getMotionRange() method in InputDevice
DViewRootImpl.java7146 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X);
7147 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y);
/frameworks/native/libs/input/
DInputDevice.cpp202 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange() function in android::InputDeviceInfo
/frameworks/native/include/input/
DInputDevice.h223 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const;
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java613 device.getMotionRange(MotionEvent.AXIS_GENERIC_1) != null; in onPointerEvent()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2748 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange()
3864 ASSERT_EQ(nullptr, info.getMotionRange(AINPUT_MOTION_RANGE_X, AINPUT_SOURCE_MOUSE)); in TEST_F()
3865 ASSERT_EQ(nullptr, info.getMotionRange(AINPUT_MOTION_RANGE_Y, AINPUT_SOURCE_MOUSE)); in TEST_F()
8501 deviceInfo.getMotionRange(AMOTION_EVENT_AXIS_RELATIVE_X, AINPUT_SOURCE_TOUCHPAD); in TEST_F()
8506 deviceInfo.getMotionRange(AMOTION_EVENT_AXIS_RELATIVE_Y, AINPUT_SOURCE_TOUCHPAD); in TEST_F()
/frameworks/base/core/api/
Dcurrent.txt47186 method public android.view.InputDevice.MotionRange getMotionRange(int);
47187 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
/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);