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.java83 float lastX = approx[1]; in verifyPathApproximation() local
88 canvas.drawLine(lastX, lastY, x, y, paint); in verifyPathApproximation()
89 lastX = x; in verifyPathApproximation()
/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java332 float lastX = 0; in testOfMultiFloat_Path()
351 assertTrue(x >= lastX); in testOfMultiFloat_Path()
355 assertTrue(x >= lastX); in testOfMultiFloat_Path()
358 lastX = x; in testOfMultiFloat_Path()
426 int lastX = 0; in testOfMultiInt_Path()
445 assertTrue(x >= lastX); in testOfMultiInt_Path()
449 assertTrue(x >= lastX); in testOfMultiInt_Path()
452 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()