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.java84 float lastX = approx[1]; in verifyPathApproximation() local
89 canvas.drawLine(lastX, lastY, x, y, paint); in verifyPathApproximation()
90 lastX = x; in verifyPathApproximation()
/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java333 float lastX = 0; in testOfMultiFloat_Path()
352 assertTrue(x >= lastX); in testOfMultiFloat_Path()
356 assertTrue(x >= lastX); in testOfMultiFloat_Path()
359 lastX = x; in testOfMultiFloat_Path()
427 int lastX = 0; in testOfMultiInt_Path()
446 assertTrue(x >= lastX); in testOfMultiInt_Path()
450 assertTrue(x >= lastX); in testOfMultiInt_Path()
453 lastX = x; in testOfMultiInt_Path()
DObjectAnimatorTest.java506 float lastX = 0; in testOfMultiFloat_Path()
525 assertTrue(x >= lastX); in testOfMultiFloat_Path()
529 assertTrue(x >= lastX); in testOfMultiFloat_Path()
532 lastX = x; in testOfMultiFloat_Path()
607 int lastX = 0; in testOfMultiInt_Path()
626 assertTrue(x >= lastX); in testOfMultiInt_Path()
630 assertTrue(x >= lastX); in testOfMultiInt_Path()
633 lastX = x; in testOfMultiInt_Path()