Searched refs:getMotionRange (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/include/androidfw/
H A DInputDevice.h82 const MotionRange* getMotionRange(int32_t axis, uint32_t source) const;
/frameworks/base/libs/androidfw/
H A DInputDevice.cpp158 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( function in class:android::InputDeviceInfo
/frameworks/base/core/java/android/view/
H A DInputDevice.java84 * Use {@link #getMotionRange} to query the range of the pointing device. Some devices permit
98 * Use {@link #getMotionRange} to query the range of motion.
109 * Use {@link #getMotionRange} to query the range of positions.
118 * Use {@link #getMotionRange} to query the range of positions.
221 * @see #getMotionRange
230 * @see #getMotionRange
239 * @see #getMotionRange
248 * @see #getMotionRange
257 * @see #getMotionRange
266 * @see #getMotionRange
520 public MotionRange getMotionRange(int axis) { method in class:InputDevice
546 public MotionRange getMotionRange(int axis, int source) { method in class:InputDevice
[all...]
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp1427 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source);
1980 ASSERT_EQ(NULL, info.getMotionRange(AINPUT_MOTION_RANGE_X, AINPUT_SOURCE_MOUSE));
1981 ASSERT_EQ(NULL, info.getMotionRange(AINPUT_MOTION_RANGE_Y, AINPUT_SOURCE_MOUSE));

Completed in 1806 milliseconds