Searched refs:getMotionRange (Results 1 – 8 of 8) sorted by relevance
84 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const;
605 public MotionRange getMotionRange(int axis) { in getMotionRange() method in InputDevice630 public MotionRange getMotionRange(int axis, int source) { in getMotionRange() method in InputDevice
4547 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X); in process()4548 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y); in process()
159 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( in getMotionRange() function in android::InputDeviceInfo
44 NO DOC BLOCK: android.view.InputDevice Method getMotionRange(int, int)
567 device.getMotionRange(MotionEvent.AXIS_GENERIC_1) != null; in addPointerEvent()
1436 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); in assertMotionRange()1990 ASSERT_EQ(NULL, info.getMotionRange(AINPUT_MOTION_RANGE_X, AINPUT_SOURCE_MOUSE)); in TEST_F()1991 ASSERT_EQ(NULL, info.getMotionRange(AINPUT_MOTION_RANGE_Y, AINPUT_SOURCE_MOUSE)); in TEST_F()
26498 method public android.view.InputDevice.MotionRange getMotionRange(int);26499 method public android.view.InputDevice.MotionRange getMotionRange(int, int);