Searched defs:getMotionRange (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/input/
H A DInputDevice.cpp162 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange( function in class:android::InputDeviceInfo
/frameworks/base/core/java/android/view/
H A DInputDevice.java98 * Use {@link #getMotionRange} to query the range of the pointing device. Some devices permit
112 * Use {@link #getMotionRange} to query the range of motion.
123 * Use {@link #getMotionRange} to query the range of positions.
132 * Use {@link #getMotionRange} to query the range of positions.
292 * @see #getMotionRange
301 * @see #getMotionRange
310 * @see #getMotionRange
319 * @see #getMotionRange
328 * @see #getMotionRange
337 * @see #getMotionRange
683 public MotionRange getMotionRange(int axis) { method in class:InputDevice
708 public MotionRange getMotionRange(int axis, int source) { method in class:InputDevice
[all...]

Completed in 148 milliseconds