Home
last modified time | relevance | path

Searched refs:getMotionRanges (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_InputDevice.cpp71 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in android_view_InputDevice_create()
/frameworks/native/include/input/
DInputDevice.h115 inline const Vector<MotionRange>& getMotionRanges() const { in getMotionRanges() function
/frameworks/base/core/java/android/view/
DInputDevice.java735 public List<MotionRange> getMotionRanges() { in getMotionRanges() method in InputDevice
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1068 ASSERT_EQ(size_t(0), inputDevices[0].getMotionRanges().size()); in TEST_F()
1077 ASSERT_EQ(size_t(0), inputDevices[0].getMotionRanges().size()); in TEST_F()
/frameworks/native/services/inputflinger/
DInputReader.cpp1026 const Vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in dump()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32252 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
/frameworks/base/api/
Dcurrent.txt43935 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
Dsystem-current.txt47474 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();