Searched refs:PathMotion (Results 1 – 14 of 14) sorted by relevance
40 public abstract class PathMotion { class42 public PathMotion() {} in PathMotion() method in PathMotion44 public PathMotion(Context context, AttributeSet attrs) {} in PathMotion() method in PathMotion
39 public class PatternPathMotion extends PathMotion {
177 … parent.setPathMotion((PathMotion)createCustom(attrs, PathMotion.class, "pathMotion")); in createTransitionFromXml()
47 public class ArcMotion extends PathMotion {
168 private static final PathMotion STRAIGHT_PATH_MOTION = new PathMotion() {251 PathMotion mPathMotion = STRAIGHT_PATH_MOTION;2104 public void setPathMotion(PathMotion pathMotion) { in setPathMotion()2140 public PathMotion getPathMotion() { in getPathMotion()
359 public void setPathMotion(PathMotion pathMotion) { in setPathMotion()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
7108 android.transition.PathMotion
30744 Landroid/transition/PathMotion;
45697 public class ArcMotion extends android.transition.PathMotion {45775 public abstract class PathMotion {45776 ctor public PathMotion();45777 ctor public PathMotion(android.content.Context, android.util.AttributeSet);45781 public class PatternPathMotion extends android.transition.PathMotion {45843 method public android.transition.PathMotion getPathMotion();45862 method public void setPathMotion(android.transition.PathMotion);
31061 public class ArcMotion extends android.transition.PathMotion {31132 public abstract class PathMotion {31133 ctor public PathMotion();31134 ctor public PathMotion(android.content.Context, android.util.AttributeSet);31138 public class PatternPathMotion extends android.transition.PathMotion {31199 method public android.transition.PathMotion getPathMotion();31217 method public void setPathMotion(android.transition.PathMotion);
7130 android.transition.PathMotion
40408 Landroid/transition/PathMotion;
60616 Landroid/transition/Transition;->mPathMotion:Landroid/transition/PathMotion;60645 Landroid/transition/Transition;->STRAIGHT_PATH_MOTION:Landroid/transition/PathMotion;