Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DPathTests.java98 float lastY = approx[2]; in verifyPathApproximation() local
102 canvas.drawLine(lastX, lastY, x, y, paint); in verifyPathApproximation()
104 lastY = y; in verifyPathApproximation()
/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java348 float lastY = 0; in testOfMultiFloat_Path()
367 assertTrue(y <= lastY); in testOfMultiFloat_Path()
371 assertTrue(y >= lastY); in testOfMultiFloat_Path()
374 lastY = y; in testOfMultiFloat_Path()
442 int lastY = 0; in testOfMultiInt_Path()
461 assertTrue(y <= lastY); in testOfMultiInt_Path()
465 assertTrue(y >= lastY); in testOfMultiInt_Path()
468 lastY = y; in testOfMultiInt_Path()
DObjectAnimatorTest.java561 float lastY = 0; in testOfMultiFloat_Path()
580 assertTrue(y <= lastY); in testOfMultiFloat_Path()
584 assertTrue(y >= lastY); in testOfMultiFloat_Path()
587 lastY = y; in testOfMultiFloat_Path()
662 int lastY = 0; in testOfMultiInt_Path()
681 assertTrue(y <= lastY); in testOfMultiInt_Path()
685 assertTrue(y >= lastY); in testOfMultiInt_Path()
688 lastY = y; in testOfMultiInt_Path()