HomeSort by relevance Sort by last modified time
    Searched defs:pathMotion (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/transition/src/android/transition/cts/
PatternPathMotionTest.java 38 PatternPathMotion pathMotion = new PatternPathMotion(pattern);
39 assertPathMatches(pattern, pathMotion.getPatternPath());
45 assertPathMatches(expected, pathMotion.getPath(0, 0, 100, 100));
53 PatternPathMotion pathMotion = new PatternPathMotion(pattern);
54 assertPathMatches(pattern, pathMotion.getPatternPath());
59 assertPathMatches(expected, pathMotion.getPath(0, 0, 0, 100));
TransitionSetTest.java 33 import android.transition.PathMotion;
157 PathMotion pathMotion = new ArcMotion();
167 transitionSet.setPathMotion(pathMotion);
174 assertSame(pathMotion, fade.getPathMotion());
213 PathMotion pathMotion = new ArcMotion();
223 fade.setPathMotion(pathMotion);
232 assertSame(pathMotion, fade.getPathMotion());
TransitionTest.java 46 import android.transition.PathMotion;
498 PathMotion pathMotion = new ArcMotion();
499 mTransition.setPathMotion(pathMotion);
500 assertEquals(pathMotion, mTransition.getPathMotion());
    [all...]

Completed in 731 milliseconds