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

/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp62 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges();
/frameworks/base/include/androidfw/
H A DInputDevice.h103 inline const Vector<MotionRange>& getMotionRanges() const { function in class:android::InputDeviceInfo
/frameworks/base/core/java/android/view/
H A DInputDevice.java563 public List<MotionRange> getMotionRanges() { method in class:InputDevice
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp1017 ASSERT_EQ(size_t(0), inputDevices[0].getMotionRanges().size());
1026 ASSERT_EQ(size_t(0), inputDevices[0].getMotionRanges().size());
/frameworks/base/services/input/
H A DInputReader.cpp871 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges();

Completed in 913 milliseconds