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.java61 private static final float LINE1_START = -32f; field in ObjectAnimatorTest
371 path.moveTo(LINE1_START, 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()
401 assertTrue(x >= LINE1_START); in testOfFloat_Path()
430 path.moveTo(LINE1_START, -LINE1_START); in testOfInt_Path()
457 assertTrue(x >= LINE1_START); in testOfInt_Path()
694 path.moveTo(LINE1_START, -LINE1_START); in testOfObject_Converter()
DPropertyValuesHolderTest.java60 private static final float LINE1_START = -32f; field in PropertyValuesHolderTest
511 path.moveTo(LINE1_START, -LINE1_START); in testOfObject_Converter()