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.java84 int minY = BITMAP_HEIGHT; in testDiscretePathEffect() local
91 minY = Math.min(minY, y); in testDiscretePathEffect()
104 assertTrue(maxY - minY > 0); in testDiscretePathEffect()
106 assertTrue(maxY - minY <= 1 + 2 * DEVIATION); in testDiscretePathEffect()