Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputDevice.h91 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const;
/frameworks/base/core/java/android/view/
DInputDevice.java683 public MotionRange getMotionRange(int axis) { in getMotionRange() method in InputDevice
708 public MotionRange getMotionRange(int axis, int source) { in getMotionRange() method in InputDevice
DViewRootImpl.java5110 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X); in process()
5111 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y); in process()
/frameworks/native/libs/input/
DInputDevice.cpp162 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange() function in android::InputDeviceInfo
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java570 device.getMotionRange(MotionEvent.AXIS_GENERIC_1) != null; in onPointerEvent()
/frameworks/base/docs/html/training/game-controllers/
Dcontroller-input.jd555 device.getMotionRange(axis, event.getSource());
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1454 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange()
2008 ASSERT_EQ(NULL, info.getMotionRange(AINPUT_MOTION_RANGE_X, AINPUT_SOURCE_MOUSE)); in TEST_F()
2009 ASSERT_EQ(NULL, info.getMotionRange(AINPUT_MOTION_RANGE_Y, AINPUT_SOURCE_MOUSE)); 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/api/
Dcurrent.txt40994 method public android.view.InputDevice.MotionRange getMotionRange(int);
40995 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
Dtest-current.txt41073 method public android.view.InputDevice.MotionRange getMotionRange(int);
41074 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
Dsystem-current.txt43994 method public android.view.InputDevice.MotionRange getMotionRange(int);
43995 method public android.view.InputDevice.MotionRange getMotionRange(int, int);