Searched refs:PathMotion (Results 1 – 12 of 12) 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 {
167 private static final PathMotion STRAIGHT_PATH_MOTION = new PathMotion() {250 PathMotion mPathMotion = STRAIGHT_PATH_MOTION;2103 public void setPathMotion(PathMotion pathMotion) { in setPathMotion()2139 public PathMotion getPathMotion() { in getPathMotion()
359 public void setPathMotion(PathMotion pathMotion) { in setPathMotion()
3587 android.transition.PathMotion
36239 Landroid/transition/PathMotion;
71316 Landroid/transition/Transition;->mPathMotion:Landroid/transition/PathMotion;71345 Landroid/transition/Transition;->STRAIGHT_PATH_MOTION:Landroid/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);
48687 public class ArcMotion extends android.transition.PathMotion {48765 public abstract class PathMotion {48766 ctor public PathMotion();48767 ctor public PathMotion(android.content.Context, android.util.AttributeSet);48771 public class PatternPathMotion extends android.transition.PathMotion {48833 method public android.transition.PathMotion getPathMotion();48852 method public void setPathMotion(android.transition.PathMotion);
48831 public class ArcMotion extends android.transition.PathMotion {48909 public abstract class PathMotion {48910 ctor public PathMotion();48911 ctor public PathMotion(android.content.Context, android.util.AttributeSet);48915 public class PatternPathMotion extends android.transition.PathMotion {48977 method public android.transition.PathMotion getPathMotion();48996 method public void setPathMotion(android.transition.PathMotion);