Home
last modified time | relevance | path

Searched defs:createAnimation (Results 1 – 13 of 13) sorted by relevance

/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieRunner.java65 …public SkottieAnimation createAnimation(TextureView view, InputStream is, int backgroundColor, int… in createAnimation() method in SkottieRunner
74 public SkottieAnimation createAnimation(SurfaceTexture surfaceTexture, InputStream is) { in createAnimation() method in SkottieRunner
82 …public SkottieAnimation createAnimation(SurfaceView view, InputStream is, int backgroundColor, int… in createAnimation() method in SkottieRunner
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/
DAnimatableGradientColorValue.java17 @Override public BaseKeyframeAnimation<GradientColor, GradientColor> createAnimation() { in createAnimation() method in AnimatableGradientColorValue
DAnimatableShapeValue.java17 @Override public ShapeKeyframeAnimation createAnimation() { in createAnimation() method in AnimatableShapeValue
DAnimatableValue.java13 BaseKeyframeAnimation<K, A> createAnimation(); in createAnimation() method
DAnimatableFloatValue.java15 @Override public BaseKeyframeAnimation<Float, Float> createAnimation() { in createAnimation() method in AnimatableFloatValue
DAnimatablePointValue.java16 @Override public BaseKeyframeAnimation<PointF, PointF> createAnimation() { in createAnimation() method in AnimatablePointValue
DAnimatableTextFrame.java15 @Override public TextKeyframeAnimation createAnimation() { in createAnimation() method in AnimatableTextFrame
DAnimatableIntegerValue.java15 @Override public BaseKeyframeAnimation<Integer, Integer> createAnimation() { in createAnimation() method in AnimatableIntegerValue
DAnimatableColorValue.java14 @Override public BaseKeyframeAnimation<Integer, Integer> createAnimation() { in createAnimation() method in AnimatableColorValue
DAnimatableScaleValue.java20 @Override public BaseKeyframeAnimation<ScaleXY, ScaleXY> createAnimation() { in createAnimation() method in AnimatableScaleValue
DAnimatablePathValue.java30 public BaseKeyframeAnimation<PointF, PointF> createAnimation() { in createAnimation() method in AnimatablePathValue
DAnimatableSplitDimensionPathValue.java32 @Override public BaseKeyframeAnimation<PointF, PointF> createAnimation() { in createAnimation() method in AnimatableSplitDimensionPathValue
DAnimatableTransform.java101 public TransformKeyframeAnimation createAnimation() { in createAnimation() method in AnimatableTransform