Searched refs:pathMotion (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/transition/
H A DTransitionSet.java314 public void setPathMotion(PathMotion pathMotion) { argument
315 super.setPathMotion(pathMotion);
317 mTransitions.get(i).setPathMotion(pathMotion);
H A DTransition.java2021 * be a custom PathMotion using <code>pathMotion</code> with the <code>class</code>
2026 * &lt;pathMotion class="my.app.transition.MyPathMotion"/>
2040 * @param pathMotion Algorithm object to use for determining how to interpolate in two
2046 public void setPathMotion(PathMotion pathMotion) { argument
2047 if (pathMotion == null) {
2050 mPathMotion = pathMotion;
2061 * be a custom PathMotion using <code>pathMotion</code> with the <code>class</code>
2066 * &lt;pathMotion class="my.app.transition.MyPathMotion"/>

Completed in 34 milliseconds