Searched refs:endPath (Results 1 – 1 of 1) sorted by relevance
749 Path endPath = new Path(); in testPathInterpolation() local752 endPath.moveTo(200f, 200f); in testPathInterpolation()753 endPath.lineTo(600f, 700f); in testPathInterpolation()756 assertTrue(startPath.isInterpolatable(endPath)); in testPathInterpolation()758 startPath.interpolate(endPath, .5f, interpolatedPath); in testPathInterpolation()