HomeSort by relevance Sort by last modified time
    Searched refs:LINE1_START (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/animation/src/android/animation/cts/
ObjectAnimatorTest.java 62 private static final float LINE1_START = -32f;
371 path.moveTo(LINE1_START, LINE1_Y);
375 final double totalLength = (LINE1_END - LINE1_START) + Math.sqrt(
378 final double firstSegEndFraction = (LINE1_END - LINE1_START) / totalLength;
401 assertTrue(x >= LINE1_START);
430 path.moveTo(LINE1_START, -LINE1_START);
457 assertTrue(x >= LINE1_START);
694 path.moveTo(LINE1_START, -LINE1_START);
    [all...]
PropertyValuesHolderTest.java 61 private static final float LINE1_START = -32f;
512 path.moveTo(LINE1_START, -LINE1_START);
    [all...]

Completed in 54 milliseconds