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.java62 private static final float LINE1_END = -2f; field in ObjectAnimatorTest
372 path.lineTo(LINE1_END, LINE1_Y); in testOfFloat_Path()
375 final double totalLength = (LINE1_END - LINE1_START) + Math.sqrt( in testOfFloat_Path()
378 final double firstSegEndFraction = (LINE1_END - LINE1_START) / totalLength; in testOfFloat_Path()
402 assertTrue(x <= LINE1_END); in testOfFloat_Path()
431 path.lineTo(LINE1_END, -LINE1_END); in testOfInt_Path()
458 assertTrue(x <= LINE1_END); in testOfInt_Path()
695 path.lineTo(LINE1_END, -LINE1_END); in testOfObject_Converter()
DPropertyValuesHolderTest.java61 private static final float LINE1_END = -2f; field in PropertyValuesHolderTest
512 path.lineTo(LINE1_END, -LINE1_END); in testOfObject_Converter()