Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DObjectAnimatorTest.java67 private static final float LINE1_START = -32f; field in ObjectAnimatorTest
425 path.moveTo(LINE1_START, 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()
455 assertTrue(x >= LINE1_START); in testOfFloat_Path()
484 path.moveTo(LINE1_START, -LINE1_START); in testOfInt_Path()
511 assertTrue(x >= LINE1_START); in testOfInt_Path()
748 path.moveTo(LINE1_START, -LINE1_START); in testOfObject_Converter()
DPropertyValuesHolderTest.java64 private static final float LINE1_START = -32f; field in PropertyValuesHolderTest
526 path.moveTo(LINE1_START, -LINE1_START); in testOfObject_Converter()