Searched refs:motionRange (Results 1 – 2 of 2) sorted by relevance
71 InputDevice.MotionRange motionRange = device.getMotionRanges().get(j); in assertDeviceEquals() local72 assertMotionRangeEquals(motionRange, outDevice.getMotionRanges().get(j)); in assertDeviceEquals()74 int axis = motionRange.getAxis(); in assertDeviceEquals()75 int source = motionRange.getSource(); in assertDeviceEquals()
132 const InputDeviceInfo::MotionRange* motionRange = in assertAxisResolution() local134 ASSERT_NEAR(motionRange->resolution, resolution, EPSILON); in assertAxisResolution()141 const InputDeviceInfo::MotionRange* motionRange = in assertAxisNotPresent() local143 ASSERT_EQ(nullptr, motionRange); in assertAxisNotPresent()