Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DPathTests.java97 float lastX = approx[1]; in verifyPathApproximation() local
102 canvas.drawLine(lastX, lastY, x, y, paint); in verifyPathApproximation()
103 lastX = x; in verifyPathApproximation()
/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java347 float lastX = 0; in testOfMultiFloat_Path()
366 assertTrue(x >= lastX); in testOfMultiFloat_Path()
370 assertTrue(x >= lastX); in testOfMultiFloat_Path()
373 lastX = x; in testOfMultiFloat_Path()
441 int lastX = 0; in testOfMultiInt_Path()
460 assertTrue(x >= lastX); in testOfMultiInt_Path()
464 assertTrue(x >= lastX); in testOfMultiInt_Path()
467 lastX = x; in testOfMultiInt_Path()
DObjectAnimatorTest.java560 float lastX = 0; in testOfMultiFloat_Path()
579 assertTrue(x >= lastX); in testOfMultiFloat_Path()
583 assertTrue(x >= lastX); in testOfMultiFloat_Path()
586 lastX = x; in testOfMultiFloat_Path()
661 int lastX = 0; in testOfMultiInt_Path()
680 assertTrue(x >= lastX); in testOfMultiInt_Path()
684 assertTrue(x >= lastX); in testOfMultiInt_Path()
687 lastX = x; in testOfMultiInt_Path()