Searched refs:PathMotion (Results 1 – 13 of 13) 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()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
48901 public class ArcMotion extends android.transition.PathMotion {48979 public abstract class PathMotion {48980 ctor public PathMotion();48981 ctor public PathMotion(android.content.Context, android.util.AttributeSet);48985 public class PatternPathMotion extends android.transition.PathMotion {49047 method public android.transition.PathMotion getPathMotion();49066 method public void setPathMotion(android.transition.PathMotion);
8118 android.transition.PathMotion
30916 Landroid/transition/PathMotion;
8149 android.transition.PathMotion
41050 Landroid/transition/PathMotion;
57293 Landroid/transition/Transition;->mPathMotion:Landroid/transition/PathMotion;57322 Landroid/transition/Transition;->STRAIGHT_PATH_MOTION:Landroid/transition/PathMotion;