Searched refs:getMotionRange (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 751 public MotionRange getMotionRange(int axis) { in getMotionRange() method in InputDevice 776 public MotionRange getMotionRange(int axis, int source) { in getMotionRange() method in InputDevice
|
D | ViewRootImpl.java | 7146 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X); 7147 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y);
|
/frameworks/native/libs/input/ |
D | InputDevice.cpp | 202 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange() function in android::InputDeviceInfo
|
/frameworks/native/include/input/ |
D | InputDevice.h | 223 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const;
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 613 device.getMotionRange(MotionEvent.AXIS_GENERIC_1) != null; in onPointerEvent()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 2748 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange() 3864 ASSERT_EQ(nullptr, info.getMotionRange(AINPUT_MOTION_RANGE_X, AINPUT_SOURCE_MOUSE)); in TEST_F() 3865 ASSERT_EQ(nullptr, info.getMotionRange(AINPUT_MOTION_RANGE_Y, AINPUT_SOURCE_MOUSE)); in TEST_F() 8501 deviceInfo.getMotionRange(AMOTION_EVENT_AXIS_RELATIVE_X, AINPUT_SOURCE_TOUCHPAD); in TEST_F() 8506 deviceInfo.getMotionRange(AMOTION_EVENT_AXIS_RELATIVE_Y, AINPUT_SOURCE_TOUCHPAD); in TEST_F()
|
/frameworks/base/core/api/ |
D | current.txt | 47186 method public android.view.InputDevice.MotionRange getMotionRange(int); 47187 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32250 method public android.view.InputDevice.MotionRange getMotionRange(int); 32251 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
|