Home
last modified time | relevance | path

Searched refs:LINE2_END (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/animation/src/android/animation/cts/
DObjectAnimatorTest.java65 private static final float LINE2_END = 12f; field in ObjectAnimatorTest
374 path.lineTo(LINE2_END, LINE2_END); in testOfFloat_Path()
376 (LINE2_END - LINE2_START) * (LINE2_END - LINE2_START) + in testOfFloat_Path()
377 (LINE2_END - LINE2_START) * (LINE2_END - LINE2_START)); in testOfFloat_Path()
410 assertTrue(x <= LINE2_END); in testOfFloat_Path()
433 path.lineTo(LINE2_END, LINE2_END); in testOfInt_Path()
468 assertTrue(x <= LINE2_END); in testOfInt_Path()
697 path.lineTo(LINE2_END, LINE2_END); in testOfObject_Converter()
DPropertyValuesHolderTest.java63 private static final float LINE2_END = 12f; field in PropertyValuesHolderTest
514 path.lineTo(LINE2_END, LINE2_END); in testOfObject_Converter()