Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DPathTest.java138 Path.FillType expected4 = Path.FillType.WINDING; in testAccessFillType() local
150 assertEquals(expected4, path.getFillType()); in testAccessFillType()