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.java60 assertEquals(device.getMotionRanges().size(), outDevice.getMotionRanges().size()); in assertDeviceEquals()
68 for (int j = 0; j < device.getMotionRanges().size(); j++) { in assertDeviceEquals()
69 assertMotionRangeEquals(device.getMotionRanges().get(j), in assertDeviceEquals()
70 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.h321 inline const std::vector<MotionRange>& getMotionRanges() const { in getMotionRanges() function
/frameworks/base/core/java/android/view/
DInputDevice.java1093 public List<MotionRange> getMotionRanges() { in getMotionRanges() method in InputDevice
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp122 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.cpp651 ASSERT_EQ(0U, inputDevices[0].getMotionRanges().size()); in TEST_F()
1417 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.txt50547 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();