Home
last modified time | relevance | path

Searched refs:PathMotion (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/core/java/android/transition/
H A DPathMotion.java40 public abstract class PathMotion { class
42 public PathMotion() {} in PathMotion() method in PathMotion
44 public PathMotion(Context context, AttributeSet attrs) {} in PathMotion() method in PathMotion
H A DPatternPathMotion.java39 public class PatternPathMotion extends PathMotion {
H A DTransitionInflater.java177 … parent.setPathMotion((PathMotion)createCustom(attrs, PathMotion.class, "pathMotion")); in createTransitionFromXml()
H A DArcMotion.java47 public class ArcMotion extends PathMotion {
H A DTransition.java168 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()
H A DTransitionSet.java359 public void setPathMotion(PathMotion pathMotion) { in setPathMotion()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt48901 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);
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes8118 android.transition.PathMotion
H A Dboot-image-profile.txt30916 Landroid/transition/PathMotion;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes8149 android.transition.PathMotion
H A Dboot-image-profile.txt41050 Landroid/transition/PathMotion;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt57293 Landroid/transition/Transition;->mPathMotion:Landroid/transition/PathMotion;
57322 Landroid/transition/Transition;->STRAIGHT_PATH_MOTION:Landroid/transition/PathMotion;