Searched refs:getMotionRanges (Results 1 – 9 of 9) sorted by relevance
60 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()
98 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in android_view_InputDevice_create()
321 inline const std::vector<MotionRange>& getMotionRanges() const { in getMotionRanges() function
1093 public List<MotionRange> getMotionRanges() { in getMotionRanges() method in InputDevice
122 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in dump()
219 EXPECT_EQ(2u, info.getMotionRanges().size()); in TEST_F()
651 ASSERT_EQ(0U, inputDevices[0].getMotionRanges().size()); in TEST_F()1417 ASSERT_EQ(0U, device->getMotionRanges().size()); in TEST_F()
32252 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
50547 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();