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.java84 float lastY = approx[2]; in verifyPathApproximation() local
88 canvas.drawLine(lastX, lastY, x, y, paint); in verifyPathApproximation()
90 lastY = y; in verifyPathApproximation()
/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java333 float lastY = 0; in testOfMultiFloat_Path()
352 assertTrue(y <= lastY); in testOfMultiFloat_Path()
356 assertTrue(y >= lastY); in testOfMultiFloat_Path()
359 lastY = y; in testOfMultiFloat_Path()
427 int lastY = 0; in testOfMultiInt_Path()
446 assertTrue(y <= lastY); in testOfMultiInt_Path()
450 assertTrue(y >= lastY); in testOfMultiInt_Path()
453 lastY = y; in testOfMultiInt_Path()
DObjectAnimatorTest.java507 float lastY = 0; in testOfMultiFloat_Path()
526 assertTrue(y <= lastY); in testOfMultiFloat_Path()
530 assertTrue(y >= lastY); in testOfMultiFloat_Path()
533 lastY = y; in testOfMultiFloat_Path()
608 int lastY = 0; in testOfMultiInt_Path()
627 assertTrue(y <= lastY); in testOfMultiInt_Path()
631 assertTrue(y >= lastY); in testOfMultiInt_Path()
634 lastY = y; in testOfMultiInt_Path()