Searched refs:LINE1_END (Results 1 – 2 of 2) sorted by relevance
68 private static final float LINE1_END = -2f; field in ObjectAnimatorTest426 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()
65 private static final float LINE1_END = -2f; field in PropertyValuesHolderTest527 path.lineTo(LINE1_END, -LINE1_END); in testOfObject_Converter()