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.java71 private static final float LINE2_END = 12f; field in ObjectAnimatorTest
428 path.lineTo(LINE2_END, LINE2_END); in testOfFloat_Path()
430 (LINE2_END - LINE2_START) * (LINE2_END - LINE2_START) + in testOfFloat_Path()
431 (LINE2_END - LINE2_START) * (LINE2_END - LINE2_START)); in testOfFloat_Path()
464 assertTrue(x <= LINE2_END); in testOfFloat_Path()
487 path.lineTo(LINE2_END, LINE2_END); in testOfInt_Path()
522 assertTrue(x <= LINE2_END); in testOfInt_Path()
751 path.lineTo(LINE2_END, LINE2_END); in testOfObject_Converter()
DPropertyValuesHolderTest.java67 private static final float LINE2_END = 12f; field in PropertyValuesHolderTest
529 path.lineTo(LINE2_END, LINE2_END); in testOfObject_Converter()