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