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