Searched refs:verifyPathApproximation (Results 1 – 1 of 1) sorted by relevance
58 verifyPathApproximation(path, R.drawable.pathtest_path_approximate_circle); in testPathApproximate_circle()65 verifyPathApproximation(path, R.drawable.pathtest_path_approximate_rect); in testPathApproximate_rect()76 verifyPathApproximation(path, R.drawable.pathtest_path_approximate_quads); in testPathApproximate_quads()87 verifyPathApproximation(path, R.drawable.pathtest_path_approximate_cubics); in testPathApproximate_cubics()90 private void verifyPathApproximation(Path path, int goldenResourceId) { in verifyPathApproximation() method in PathTests