Searched refs:getMotionRange (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/include/input/ |
D | InputDevice.h | 101 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const;
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 697 public MotionRange getMotionRange(int axis) { in getMotionRange() method in InputDevice 722 public MotionRange getMotionRange(int axis, int source) { in getMotionRange() method in InputDevice
|
D | ViewRootImpl.java | 6449 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X); 6450 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y);
|
/frameworks/native/libs/input/ |
D | InputDevice.cpp | 185 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange() function in android::InputDeviceInfo
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 610 device.getMotionRange(MotionEvent.AXIS_GENERIC_1) != null; in onPointerEvent()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 1864 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/ |
D | android-22.txt | 32250 method public android.view.InputDevice.MotionRange getMotionRange(int); 32251 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 50203 method public android.view.InputDevice.MotionRange getMotionRange(int); 50204 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
|
/frameworks/base/api/ |
D | current.txt | 50347 method public android.view.InputDevice.MotionRange getMotionRange(int); 50348 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
|