Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DDiscretePathEffectTest.java76 int minY = BITMAP_HEIGHT; in testDiscretePathEffect() local
83 minY = Math.min(minY, y); in testDiscretePathEffect()
96 assertTrue(maxY - minY > 0); in testDiscretePathEffect()
98 assertTrue(maxY - minY <= 1 + 2 * DEVIATION); in testDiscretePathEffect()