Searched refs:getMotionRange (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/include/input/ |
D | InputDevice.h | 91 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const;
|
/frameworks/base/core/java/android/view/ |
D | InputDevice.java | 683 public MotionRange getMotionRange(int axis) { in getMotionRange() method in InputDevice 708 public MotionRange getMotionRange(int axis, int source) { in getMotionRange() method in InputDevice
|
D | ViewRootImpl.java | 5110 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X); in process() 5111 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y); in process()
|
/frameworks/native/libs/input/ |
D | InputDevice.cpp | 162 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange() function in android::InputDeviceInfo
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 570 device.getMotionRange(MotionEvent.AXIS_GENERIC_1) != null; in onPointerEvent()
|
/frameworks/base/docs/html/training/game-controllers/ |
D | controller-input.jd | 555 device.getMotionRange(axis, event.getSource());
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 1454 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange() 2008 ASSERT_EQ(NULL, info.getMotionRange(AINPUT_MOTION_RANGE_X, AINPUT_SOURCE_MOUSE)); in TEST_F() 2009 ASSERT_EQ(NULL, 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/api/ |
D | current.txt | 40994 method public android.view.InputDevice.MotionRange getMotionRange(int); 40995 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
|
D | test-current.txt | 41073 method public android.view.InputDevice.MotionRange getMotionRange(int); 41074 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
|
D | system-current.txt | 43994 method public android.view.InputDevice.MotionRange getMotionRange(int); 43995 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
|