Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputDevice.h84 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const;
/frameworks/base/core/java/android/view/
DInputDevice.java605 public MotionRange getMotionRange(int axis) { in getMotionRange() method in InputDevice
630 public MotionRange getMotionRange(int axis, int source) { in getMotionRange() method in InputDevice
DViewRootImpl.java4547 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X); in process()
4548 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.java567 device.getMotionRange(MotionEvent.AXIS_GENERIC_1) != null; in addPointerEvent()
/frameworks/base/services/input/tests/
DInputReader_test.cpp1436 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange()
1990 ASSERT_EQ(NULL, info.getMotionRange(AINPUT_MOTION_RANGE_X, AINPUT_SOURCE_MOUSE)); in TEST_F()
1991 ASSERT_EQ(NULL, info.getMotionRange(AINPUT_MOTION_RANGE_Y, AINPUT_SOURCE_MOUSE)); in TEST_F()
/frameworks/base/api/
Dcurrent.txt26498 method public android.view.InputDevice.MotionRange getMotionRange(int);
26499 method public android.view.InputDevice.MotionRange getMotionRange(int, int);