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

/frameworks/base/core/java/android/view/
H A DInputDevice.java425 public List<MotionRange> getMotionRanges() { method in class:InputDevice
/frameworks/base/include/ui/
H A DInput.h832 inline const Vector<MotionRange>& getMotionRanges() const { function in class:android::InputDeviceInfo
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp1246 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges();
/frameworks/base/services/input/
H A DInputReader.cpp869 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges();
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp1030 ASSERT_EQ(size_t(0), info.getMotionRanges().size());

Completed in 123 milliseconds