Home
last modified time | relevance | path

Searched refs:lottie (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/external/skqp/infra/lottiecap/docker/
DREADME.md4 Docker files to handle Gold + lottie-web integration
7 lottie-web-puppeteer
19 docker build -t lottie-web-puppeteer ./lottie-web-puppeteer/
21 docker tag lottie-web-puppeteer gcr.io/skia-public/lottie-web-puppeteer:$LOTTIE_VERSION
22 docker push gcr.io/skia-public/lottie-web-puppeteer:$LOTTIE_VERSION
30 docker build -t lottie-web-puppeteer ./lottie-web-puppeteer/
32 docker run -it --shm-size=2gb lottie-web-puppeteer /bin/bash
35lottie-samples:/LOTTIE_FILES -v $LOTTIE_ROOT/build/player:/LOTTIE_BUILD -w /SRC/tools/lottiecap lo…
37 gold-lottie-web-puppeteer
52 … docker tag gold-lottie-web-puppeteer gcr.io/skia-public/gold-lottie-web-puppeteer:$LOTTIE_VERSION
[all …]
/external/skia/infra/lottiecap/docker/
DREADME.md4 Docker files to handle Gold + lottie-web integration
7 lottie-web-puppeteer
19 docker build -t lottie-web-puppeteer ./lottie-web-puppeteer/
21 docker tag lottie-web-puppeteer gcr.io/skia-public/lottie-web-puppeteer:$LOTTIE_VERSION
22 docker push gcr.io/skia-public/lottie-web-puppeteer:$LOTTIE_VERSION
30 docker build -t lottie-web-puppeteer ./lottie-web-puppeteer/
32 docker run -it --shm-size=2gb lottie-web-puppeteer /bin/bash
35lottie-samples:/LOTTIE_FILES -v $LOTTIE_ROOT/build/player:/LOTTIE_BUILD -w /SRC/tools/lottiecap lo…
37 gold-lottie-web-puppeteer
52 … docker tag gold-lottie-web-puppeteer gcr.io/skia-public/gold-lottie-web-puppeteer:$LOTTIE_VERSION
[all …]
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DAnimatableValueParser.java1 package com.airbnb.lottie.parser;
5 import com.airbnb.lottie.LottieComposition;
6 import com.airbnb.lottie.parser.moshi.JsonReader;
7 import com.airbnb.lottie.value.Keyframe;
8 import com.airbnb.lottie.model.animatable.AnimatableColorValue;
9 import com.airbnb.lottie.model.animatable.AnimatableFloatValue;
10 import com.airbnb.lottie.model.animatable.AnimatableGradientColorValue;
11 import com.airbnb.lottie.model.animatable.AnimatableIntegerValue;
12 import com.airbnb.lottie.model.animatable.AnimatablePointValue;
13 import com.airbnb.lottie.model.animatable.AnimatableScaleValue;
[all …]
DAnimatablePathValueParser.java1 package com.airbnb.lottie.parser;
6 import com.airbnb.lottie.LottieComposition;
7 import com.airbnb.lottie.parser.moshi.JsonReader;
8 import com.airbnb.lottie.value.Keyframe;
9 import com.airbnb.lottie.model.animatable.AnimatableFloatValue;
10 import com.airbnb.lottie.model.animatable.AnimatablePathValue;
11 import com.airbnb.lottie.model.animatable.AnimatableSplitDimensionPathValue;
12 import com.airbnb.lottie.model.animatable.AnimatableValue;
13 import com.airbnb.lottie.utils.Utils;
DRectangleShapeParser.java1 package com.airbnb.lottie.parser;
5 import com.airbnb.lottie.LottieComposition;
6 import com.airbnb.lottie.model.animatable.AnimatableFloatValue;
7 import com.airbnb.lottie.model.animatable.AnimatablePointValue;
8 import com.airbnb.lottie.model.animatable.AnimatableValue;
9 import com.airbnb.lottie.model.content.RectangleShape;
10 import com.airbnb.lottie.parser.moshi.JsonReader;
DLottieCompositionParser.java1 package com.airbnb.lottie.parser;
5 import com.airbnb.lottie.LottieComposition;
6 import com.airbnb.lottie.LottieImageAsset;
7 import com.airbnb.lottie.model.Font;
8 import com.airbnb.lottie.model.FontCharacter;
9 import com.airbnb.lottie.model.Marker;
10 import com.airbnb.lottie.model.layer.Layer;
11 import com.airbnb.lottie.parser.moshi.JsonReader;
12 import com.airbnb.lottie.utils.Logger;
13 import com.airbnb.lottie.utils.Utils;
DMaskParser.java1 package com.airbnb.lottie.parser;
3 import com.airbnb.lottie.LottieComposition;
4 import com.airbnb.lottie.model.animatable.AnimatableIntegerValue;
5 import com.airbnb.lottie.model.animatable.AnimatableShapeValue;
6 import com.airbnb.lottie.model.content.Mask;
7 import com.airbnb.lottie.parser.moshi.JsonReader;
8 import com.airbnb.lottie.utils.Logger;
DAnimatableTransformParser.java1 package com.airbnb.lottie.parser;
5 import com.airbnb.lottie.LottieComposition;
6 import com.airbnb.lottie.model.animatable.AnimatableFloatValue;
7 import com.airbnb.lottie.model.animatable.AnimatableIntegerValue;
8 import com.airbnb.lottie.model.animatable.AnimatablePathValue;
9 import com.airbnb.lottie.model.animatable.AnimatableScaleValue;
10 import com.airbnb.lottie.model.animatable.AnimatableSplitDimensionPathValue;
11 import com.airbnb.lottie.model.animatable.AnimatableTransform;
12 import com.airbnb.lottie.model.animatable.AnimatableValue;
13 import com.airbnb.lottie.parser.moshi.JsonReader;
[all …]
DGradientStrokeParser.java1 package com.airbnb.lottie.parser;
4 import com.airbnb.lottie.LottieComposition;
5 import com.airbnb.lottie.model.animatable.AnimatableFloatValue;
6 import com.airbnb.lottie.model.animatable.AnimatableGradientColorValue;
7 import com.airbnb.lottie.model.animatable.AnimatableIntegerValue;
8 import com.airbnb.lottie.model.animatable.AnimatablePointValue;
9 import com.airbnb.lottie.model.content.GradientStroke;
10 import com.airbnb.lottie.model.content.GradientType;
11 import com.airbnb.lottie.model.content.ShapeStroke;
12 import com.airbnb.lottie.parser.moshi.JsonReader;
DPathKeyframeParser.java1 package com.airbnb.lottie.parser;
6 import com.airbnb.lottie.LottieComposition;
7 import com.airbnb.lottie.parser.moshi.JsonReader;
8 import com.airbnb.lottie.value.Keyframe;
9 import com.airbnb.lottie.animation.keyframe.PathKeyframe;
10 import com.airbnb.lottie.utils.Utils;
DGradientFillParser.java1 package com.airbnb.lottie.parser;
6 import com.airbnb.lottie.LottieComposition;
7 import com.airbnb.lottie.model.animatable.AnimatableGradientColorValue;
8 import com.airbnb.lottie.model.animatable.AnimatableIntegerValue;
9 import com.airbnb.lottie.model.animatable.AnimatablePointValue;
10 import com.airbnb.lottie.model.content.GradientFill;
11 import com.airbnb.lottie.model.content.GradientType;
12 import com.airbnb.lottie.parser.moshi.JsonReader;
/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DPerfActivity.java9 import com.airbnb.lottie.LottieAnimationView;
10 import com.airbnb.lottie.LottieDrawable;
11 import com.airbnb.lottie.RenderMode;
70 LottieAnimationView lottie = new LottieAnimationView(this); in runLottie() local
71 lottie.setAnimation(id); in runLottie()
73 lottie.setRenderMode(RenderMode.HARDWARE); in runLottie()
75 lottie.setRenderMode(RenderMode.SOFTWARE); in runLottie()
77 lottie.setRepeatMode(LottieDrawable.RESTART); in runLottie()
78 lottie.setRepeatCount(LottieDrawable.INFINITE); in runLottie()
79 lottie.playAnimation(); in runLottie()
[all …]
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DFillContent.java1 package com.airbnb.lottie.animation.content;
11 import com.airbnb.lottie.L;
12 import com.airbnb.lottie.LottieDrawable;
13 import com.airbnb.lottie.LottieProperty;
14 import com.airbnb.lottie.animation.LPaint;
15 import com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation;
16 import com.airbnb.lottie.animation.keyframe.ColorKeyframeAnimation;
17 import com.airbnb.lottie.animation.keyframe.ValueCallbackKeyframeAnimation;
18 import com.airbnb.lottie.model.KeyPath;
19 import com.airbnb.lottie.model.content.ShapeFill;
[all …]
DStrokeContent.java1 package com.airbnb.lottie.animation.content;
8 import com.airbnb.lottie.LottieDrawable;
9 import com.airbnb.lottie.LottieProperty;
10 import com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation;
11 import com.airbnb.lottie.animation.keyframe.ColorKeyframeAnimation;
12 import com.airbnb.lottie.animation.keyframe.ValueCallbackKeyframeAnimation;
13 import com.airbnb.lottie.model.content.ShapeStroke;
14 import com.airbnb.lottie.model.layer.BaseLayer;
15 import com.airbnb.lottie.value.LottieValueCallback;
17 import static com.airbnb.lottie.LottieProperty.STROKE_COLOR;
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DGradientFill.java1 package com.airbnb.lottie.model.content;
6 import com.airbnb.lottie.LottieDrawable;
7 import com.airbnb.lottie.animation.content.Content;
8 import com.airbnb.lottie.animation.content.GradientFillContent;
9 import com.airbnb.lottie.model.animatable.AnimatableFloatValue;
10 import com.airbnb.lottie.model.animatable.AnimatableGradientColorValue;
11 import com.airbnb.lottie.model.animatable.AnimatableIntegerValue;
12 import com.airbnb.lottie.model.animatable.AnimatablePointValue;
13 import com.airbnb.lottie.model.layer.BaseLayer;
DRectangleShape.java1 package com.airbnb.lottie.model.content;
5 import com.airbnb.lottie.LottieDrawable;
6 import com.airbnb.lottie.animation.content.Content;
7 import com.airbnb.lottie.animation.content.RectangleContent;
8 import com.airbnb.lottie.model.animatable.AnimatableFloatValue;
9 import com.airbnb.lottie.model.animatable.AnimatablePointValue;
10 import com.airbnb.lottie.model.animatable.AnimatableValue;
11 import com.airbnb.lottie.model.layer.BaseLayer;
DGradientStroke.java1 package com.airbnb.lottie.model.content;
5 import com.airbnb.lottie.LottieDrawable;
6 import com.airbnb.lottie.animation.content.Content;
7 import com.airbnb.lottie.animation.content.GradientStrokeContent;
8 import com.airbnb.lottie.model.animatable.AnimatableFloatValue;
9 import com.airbnb.lottie.model.animatable.AnimatableGradientColorValue;
10 import com.airbnb.lottie.model.animatable.AnimatableIntegerValue;
11 import com.airbnb.lottie.model.animatable.AnimatablePointValue;
12 import com.airbnb.lottie.model.layer.BaseLayer;
DCircleShape.java1 package com.airbnb.lottie.model.content;
5 import com.airbnb.lottie.LottieDrawable;
6 import com.airbnb.lottie.animation.content.Content;
7 import com.airbnb.lottie.animation.content.EllipseContent;
8 import com.airbnb.lottie.model.animatable.AnimatablePointValue;
9 import com.airbnb.lottie.model.animatable.AnimatableValue;
10 import com.airbnb.lottie.model.layer.BaseLayer;
DRepeater.java1 package com.airbnb.lottie.model.content;
5 import com.airbnb.lottie.LottieDrawable;
6 import com.airbnb.lottie.animation.content.Content;
7 import com.airbnb.lottie.animation.content.RepeaterContent;
8 import com.airbnb.lottie.model.animatable.AnimatableFloatValue;
9 import com.airbnb.lottie.model.animatable.AnimatableTransform;
10 import com.airbnb.lottie.model.layer.BaseLayer;
DShapeFill.java1 package com.airbnb.lottie.model.content;
6 import com.airbnb.lottie.LottieDrawable;
7 import com.airbnb.lottie.animation.content.Content;
8 import com.airbnb.lottie.animation.content.FillContent;
9 import com.airbnb.lottie.model.animatable.AnimatableColorValue;
10 import com.airbnb.lottie.model.animatable.AnimatableIntegerValue;
11 import com.airbnb.lottie.model.layer.BaseLayer;
DShapePath.java1 package com.airbnb.lottie.model.content;
3 import com.airbnb.lottie.LottieDrawable;
4 import com.airbnb.lottie.animation.content.Content;
5 import com.airbnb.lottie.animation.content.ShapeContent;
6 import com.airbnb.lottie.model.animatable.AnimatableShapeValue;
7 import com.airbnb.lottie.model.layer.BaseLayer;
DShapeStroke.java1 package com.airbnb.lottie.model.content;
6 import com.airbnb.lottie.LottieDrawable;
7 import com.airbnb.lottie.animation.content.Content;
8 import com.airbnb.lottie.animation.content.StrokeContent;
9 import com.airbnb.lottie.model.animatable.AnimatableColorValue;
10 import com.airbnb.lottie.model.animatable.AnimatableFloatValue;
11 import com.airbnb.lottie.model.animatable.AnimatableIntegerValue;
12 import com.airbnb.lottie.model.layer.BaseLayer;
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/views/
DFilmStripView.kt1 package com.airbnb.lottie.samples.views in <lambda>()
8 import com.airbnb.lottie.FontAssetDelegate in <lambda>()
9 import com.airbnb.lottie.ImageAssetDelegate in <lambda>()
10 import com.airbnb.lottie.LottieAnimationView in <lambda>()
11 import com.airbnb.lottie.LottieComposition in <lambda>()
12 import com.airbnb.lottie.samples.R in <lambda>()
13 import com.airbnb.lottie.samples.inflate in <lambda>()
/external/lottie/
DREADME.md1lottie-ios), [React Native](https://github.com/airbnb/lottie-react-native), [Web](https://github.c…
2 …ild Status](https://travis-ci.org/airbnb/lottie-android.svg?branch=master)](https://travis-ci.org/…
5 <a href='https://play.google.com/store/apps/details?id=com.airbnb.lottie'><img alt='Get it on Googl…
20 ## View documentation, FAQ, help, examples, and more at [airbnb.io/lottie](http://airbnb.io/lottie/)
45 implementation 'com.airbnb.android:lottie:$lottieVersion'
49 ![lottieVersion](https://maven-badges.herokuapp.com/maven-central/com.airbnb.android/lottie/badge.s…
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DImageLayer.java1 package com.airbnb.lottie.model.layer;
13 import com.airbnb.lottie.LottieDrawable;
14 import com.airbnb.lottie.LottieProperty;
15 import com.airbnb.lottie.animation.LPaint;
16 import com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation;
17 import com.airbnb.lottie.animation.keyframe.ValueCallbackKeyframeAnimation;
18 import com.airbnb.lottie.utils.Utils;
19 import com.airbnb.lottie.value.LottieValueCallback;

12345678910>>...13