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.java713 public MotionRange getMotionRange(int axis) { in getMotionRange() method in InputDevice
738 public MotionRange getMotionRange(int axis, int source) { in getMotionRange() method in InputDevice
DViewRootImpl.java6813 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X);
6814 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.cpp2325 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange()
3084 ASSERT_EQ(nullptr, info.getMotionRange(AINPUT_MOTION_RANGE_X, AINPUT_SOURCE_MOUSE)); in TEST_F()
3085 ASSERT_EQ(nullptr, info.getMotionRange(AINPUT_MOTION_RANGE_Y, AINPUT_SOURCE_MOUSE)); in TEST_F()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/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.txt52457 method public android.view.InputDevice.MotionRange getMotionRange(int);
52458 method public android.view.InputDevice.MotionRange getMotionRange(int, int);