Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DObjectAnimatorTest.java68 private static final float LINE1_END = -2f; field in ObjectAnimatorTest
426 path.lineTo(LINE1_END, LINE1_Y); in testOfFloat_Path()
429 final double totalLength = (LINE1_END - LINE1_START) + Math.sqrt( in testOfFloat_Path()
432 final double firstSegEndFraction = (LINE1_END - LINE1_START) / totalLength; in testOfFloat_Path()
456 assertTrue(x <= LINE1_END); in testOfFloat_Path()
485 path.lineTo(LINE1_END, -LINE1_END); in testOfInt_Path()
512 assertTrue(x <= LINE1_END); in testOfInt_Path()
749 path.lineTo(LINE1_END, -LINE1_END); in testOfObject_Converter()
DPropertyValuesHolderTest.java65 private static final float LINE1_END = -2f; field in PropertyValuesHolderTest
527 path.lineTo(LINE1_END, -LINE1_END); in testOfObject_Converter()