Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/Input/src/com/android/test/input/
H A DInputDeviceTest.java58 assertEquals(device.getMotionRanges().size(), outDevice.getMotionRanges().size()); in assertDeviceEquals()
64 for (int j = 0; j < device.getMotionRanges().size(); j++) { in assertDeviceEquals()
65 assertMotionRangeEquals(device.getMotionRanges().get(j), in assertDeviceEquals()
66 outDevice.getMotionRanges().get(j)); in assertDeviceEquals()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp76 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in android_view_InputDevice_create()
/aosp12/frameworks/native/include/input/
H A DInputDevice.h256 inline const std::vector<MotionRange>& getMotionRanges() const { in getMotionRanges() function
/aosp12/frameworks/base/core/java/android/view/
H A DInputDevice.java793 public List<MotionRange> getMotionRanges() { in getMotionRanges() method in InputDevice
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp116 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in dump()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1555 ASSERT_EQ(0U, inputDevices[0].getMotionRanges().size()); in TEST_F()
2204 ASSERT_EQ(0U, it->getMotionRanges().size()); in TEST_F()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt47273 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt32252 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();