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.java2071 * be a custom PathMotion using <code>pathMotion</code> with the <code>class</code>
2076 * <pathMotion class="my.app.transition.MyPathMotion"/>
2090 * @param pathMotion Algorithm object to use for determining how to interpolate in two
2096 public void setPathMotion(PathMotion pathMotion) { argument
2097 if (pathMotion == null) {
2100 mPathMotion = pathMotion;
2111 * be a custom PathMotion using <code>pathMotion</code> with the <code>class</code>
2115 * <pathMotion class="my.app.transition.MyPathMotion"/>

Completed in 44 milliseconds