Searched refs:startPath (Results 1 – 1 of 1) sorted by relevance
748 Path startPath = new Path(); in testPathInterpolation() local750 startPath.moveTo(100f, 100f); in testPathInterpolation()751 startPath.lineTo(200f, 300f); in testPathInterpolation()756 assertTrue(startPath.isInterpolatable(endPath)); in testPathInterpolation()758 startPath.interpolate(endPath, .5f, interpolatedPath); in testPathInterpolation()