Home
last modified time | relevance | path

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

/frameworks/base/tests/Input/src/com/android/test/input/
DInputDeviceTest.java61 assertEquals(device.getMotionRanges().size(), outDevice.getMotionRanges().size()); in assertDeviceEquals()
70 for (int j = 0; j < device.getMotionRanges().size(); j++) { in assertDeviceEquals()
71 InputDevice.MotionRange motionRange = device.getMotionRanges().get(j); in assertDeviceEquals()
72 assertMotionRangeEquals(motionRange, outDevice.getMotionRanges().get(j)); in assertDeviceEquals()
/frameworks/base/core/jni/
Dandroid_view_InputDevice.cpp98 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in android_view_InputDevice_create()
/frameworks/native/include/input/
DInputDevice.h338 inline const std::vector<MotionRange>& getMotionRanges() const { in getMotionRanges() function
/frameworks/base/core/java/android/view/
DInputDevice.java1178 public List<MotionRange> getMotionRanges() { in getMotionRanges() method in InputDevice
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp145 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in dump()
/frameworks/native/services/inputflinger/tests/
DCapturedTouchpadEventConverter_test.cpp219 EXPECT_EQ(2u, info.getMotionRanges().size()); in TEST_F()
DInputReader_test.cpp671 ASSERT_EQ(0U, inputDevices[0].getMotionRanges().size()); in TEST_F()
1522 ASSERT_EQ(0U, device->getMotionRanges().size()); in TEST_F()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32252 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
/frameworks/base/core/api/
Dcurrent.txt51022 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();