Searched refs:PathKeyframes (Results 1 – 10 of 10) sorted by relevance
39 public class PathKeyframes implements Keyframes { class49 public PathKeyframes(Path path) { in PathKeyframes() method in PathKeyframes53 public PathKeyframes(Path path, float error) { in PathKeyframes() method in PathKeyframes159 PointF pointF = (PointF) PathKeyframes.this.getValue(fraction); in createXFloatKeyframes()173 PointF pointF = (PointF) PathKeyframes.this.getValue(fraction);187 PointF pointF = (PointF) PathKeyframes.this.getValue(fraction);201 PointF pointF = (PointF) PathKeyframes.this.getValue(fraction);
147 public static PathKeyframes ofPath(Path path) { in ofPath()148 return new PathKeyframes(path); in ofPath()151 public static PathKeyframes ofPath(Path path, float error) { in ofPath()152 return new PathKeyframes(path, error); in ofPath()
262 PathKeyframes keyframes = KeyframeSet.ofPath(path); in ofInt()304 PathKeyframes keyframes = KeyframeSet.ofPath(path); in ofInt()461 PathKeyframes keyframes = KeyframeSet.ofPath(path); in ofFloat()504 PathKeyframes keyframes = KeyframeSet.ofPath(path); in ofFloat()
1096 if (mKeyframes instanceof PathKeyframes.FloatKeyframesBase in getPropertyValues()1097 || mKeyframes instanceof PathKeyframes.IntKeyframesBase in getPropertyValues()
528 PathKeyframes keyframeSet = KeyframeSet.ofPath(path, error); in setupObjectAnimator()
20 import android.animation.PathKeyframes;31 private final PathKeyframes mKeyframes;
160 android.animation.PathKeyframes$1161 android.animation.PathKeyframes$2162 android.animation.PathKeyframes$3163 android.animation.PathKeyframes$4164 android.animation.PathKeyframes$FloatKeyframesBase165 android.animation.PathKeyframes$IntKeyframesBase166 android.animation.PathKeyframes$SimpleKeyframes167 android.animation.PathKeyframes-IA168 android.animation.PathKeyframes
397 HSPLandroid/animation/PathKeyframes$1;->getFloatValue(F)F398 HSPLandroid/animation/PathKeyframes$2;->getFloatValue(F)F399 HSPLandroid/animation/PathKeyframes$FloatKeyframesBase;->getValue(F)Ljava/lang/Object;400 HSPLandroid/animation/PathKeyframes$SimpleKeyframes;->clone()Landroid/animation/Keyframes;401 HSPLandroid/animation/PathKeyframes;-><init>(Landroid/graphics/Path;F)V402 HSPLandroid/animation/PathKeyframes;->getKeyframes()Ljava/util/ArrayList;403 HSPLandroid/animation/PathKeyframes;->getKeyframes()Ljava/util/List;404 HSPLandroid/animation/PathKeyframes;->getValue(F)Ljava/lang/Object;405 HSPLandroid/animation/PathKeyframes;->interpolateInRange(FII)Landroid/graphics/PointF;23462 Landroid/animation/PathKeyframes$1;[all …]
938 Landroid/animation/KeyframeSet;->ofPath(Landroid/graphics/Path;)Landroid/animation/PathKeyframes;939 Landroid/animation/KeyframeSet;->ofPath(Landroid/graphics/Path;F)Landroid/animation/PathKeyframes;1019 Landroid/animation/PathKeyframes$FloatKeyframesBase;-><init>()V1020 Landroid/animation/PathKeyframes$FloatKeyframesBase;->getType()Ljava/lang/Class;1021 Landroid/animation/PathKeyframes$FloatKeyframesBase;->getValue(F)Ljava/lang/Object;1022 Landroid/animation/PathKeyframes$IntKeyframesBase;-><init>()V1023 Landroid/animation/PathKeyframes$IntKeyframesBase;->getType()Ljava/lang/Class;1024 Landroid/animation/PathKeyframes$IntKeyframesBase;->getValue(F)Ljava/lang/Object;1025 Landroid/animation/PathKeyframes$SimpleKeyframes;-><init>()V1026 Landroid/animation/PathKeyframes$SimpleKeyframes;->getKeyframes()Ljava/util/ArrayList;[all …]