Searched refs:getMotionRanges (Results 1 – 9 of 9) sorted by relevance
58 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()
76 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in android_view_InputDevice_create()
256 inline const std::vector<MotionRange>& getMotionRanges() const { in getMotionRanges() function
793 public List<MotionRange> getMotionRanges() { in getMotionRanges() method in InputDevice
116 const std::vector<InputDeviceInfo::MotionRange>& ranges = deviceInfo.getMotionRanges(); in dump()
1555 ASSERT_EQ(0U, inputDevices[0].getMotionRanges().size()); in TEST_F()2204 ASSERT_EQ(0U, it->getMotionRanges().size()); in TEST_F()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
47273 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();
32252 method public java.util.List<android.view.InputDevice.MotionRange> getMotionRanges();