Home
last modified time | relevance | path

Searched refs:startPath (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DPathTest.java748 Path startPath = new Path(); in testPathInterpolation() local
750 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()