Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputDevice.h89 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const;
/frameworks/base/core/java/android/view/
DInputDevice.java641 public MotionRange getMotionRange(int axis) { in getMotionRange() method in InputDevice
666 public MotionRange getMotionRange(int axis, int source) { in getMotionRange() method in InputDevice
DViewRootImpl.java4638 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X); in process()
4639 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y); in process()
/frameworks/native/libs/input/
DInputDevice.cpp159 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange() function in android::InputDeviceInfo
/frameworks/base/docs/html/sdk/api_diff/12/
DmissingSinces.txt44 NO DOC BLOCK: android.view.InputDevice Method getMotionRange(int, int)
/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.cpp1446 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange()
2000 ASSERT_EQ(NULL, info.getMotionRange(AINPUT_MOTION_RANGE_X, AINPUT_SOURCE_MOUSE)); in TEST_F()
2001 ASSERT_EQ(NULL, info.getMotionRange(AINPUT_MOTION_RANGE_Y, AINPUT_SOURCE_MOUSE)); in TEST_F()
/frameworks/base/api/
Dcurrent.txt32079 method public android.view.InputDevice.MotionRange getMotionRange(int);
32080 method public android.view.InputDevice.MotionRange getMotionRange(int, int);