Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputDevice.h101 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const;
/frameworks/base/core/java/android/view/
DInputDevice.java697 public MotionRange getMotionRange(int axis) { in getMotionRange() method in InputDevice
722 public MotionRange getMotionRange(int axis, int source) { in getMotionRange() method in InputDevice
DViewRootImpl.java6449 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X);
6450 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y);
/frameworks/native/libs/input/
DInputDevice.cpp185 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange() function in android::InputDeviceInfo
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java610 device.getMotionRange(MotionEvent.AXIS_GENERIC_1) != null; in onPointerEvent()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1864 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange()
2460 ASSERT_EQ(nullptr, info.getMotionRange(AINPUT_MOTION_RANGE_X, AINPUT_SOURCE_MOUSE)); in TEST_F()
2461 ASSERT_EQ(nullptr, 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/non-updatable-api/
Dcurrent.txt50203 method public android.view.InputDevice.MotionRange getMotionRange(int);
50204 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
/frameworks/base/api/
Dcurrent.txt50347 method public android.view.InputDevice.MotionRange getMotionRange(int);
50348 method public android.view.InputDevice.MotionRange getMotionRange(int, int);