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

/frameworks/base/core/java/android/view/
H A DInputDevice.java73 * Use {@link #getMotionRange} to query the range of the pointing device. Some devices permit
87 * Use {@link #getMotionRange} to query the range of motion.
98 * Use {@link #getMotionRange} to query the range of positions.
161 * @see #getMotionRange
168 * @see #getMotionRange
175 * @see #getMotionRange
182 * @see #getMotionRange
189 * @see #getMotionRange
196 * @see #getMotionRange
203 * @see #getMotionRange
321 public MotionRange getMotionRange(int rangeType) { method in class:InputDevice
[all...]
/frameworks/base/libs/ui/
H A DInput.cpp196 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange(int32_t rangeType) const { function in class:android::InputDeviceInfo
H A DInputReader.cpp642 const InputDeviceInfo::MotionRange* range = deviceInfo.getMotionRange(rangeType);
/frameworks/base/include/ui/
H A DInput.h477 const MotionRange* getMotionRange(int32_t rangeType) const;
/frameworks/base/libs/ui/tests/
H A DInputReader_test.cpp1333 const InputDeviceInfo::MotionRange* range = info.getMotionRange(rangeType);

Completed in 172 milliseconds