Searched refs:getMotionRange (Results 1 – 9 of 9) sorted by relevance
101 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const;
713 public MotionRange getMotionRange(int axis) { in getMotionRange() method in InputDevice738 public MotionRange getMotionRange(int axis, int source) { in getMotionRange() method in InputDevice
6813 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X);6814 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y);
185 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange() function in android::InputDeviceInfo
610 device.getMotionRange(MotionEvent.AXIS_GENERIC_1) != null; in onPointerEvent()
2325 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()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
32250 method public android.view.InputDevice.MotionRange getMotionRange(int);32251 method public android.view.InputDevice.MotionRange getMotionRange(int, int);
52457 method public android.view.InputDevice.MotionRange getMotionRange(int);52458 method public android.view.InputDevice.MotionRange getMotionRange(int, int);