Home
last modified time | relevance | path

Searched defs:lottieDrawable (Results 1 – 21 of 21) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DShapeContent.java22 private final LottieDrawable lottieDrawable; field in ShapeContent
29 public ShapeContent(LottieDrawable lottieDrawable, BaseLayer layer, ShapePath shape) { in ShapeContent()
DContentGroup.java62 private final LottieDrawable lottieDrawable; field in ContentGroup
66 public ContentGroup(final LottieDrawable lottieDrawable, BaseLayer layer, ShapeGroup shapeGroup) { in ContentGroup()
72 ContentGroup(final LottieDrawable lottieDrawable, BaseLayer layer, in ContentGroup()
DEllipseContent.java27 private final LottieDrawable lottieDrawable; field in EllipseContent
35 public EllipseContent(LottieDrawable lottieDrawable, BaseLayer layer, CircleShape circleShape) { in EllipseContent()
DRectangleContent.java29 private final LottieDrawable lottieDrawable; field in RectangleContent
39 …public RectangleContent(LottieDrawable lottieDrawable, BaseLayer layer, RectangleShape rectShape) { in RectangleContent()
DFillContent.java43 private final LottieDrawable lottieDrawable; field in FillContent
49 public FillContent(final LottieDrawable lottieDrawable, BaseLayer layer, ShapeFill fill) { in FillContent()
DRepeaterContent.java30 private final LottieDrawable lottieDrawable; field in RepeaterContent
40 public RepeaterContent(LottieDrawable lottieDrawable, BaseLayer layer, Repeater repeater) { in RepeaterContent()
DRoundedCornersContent.java25 private final LottieDrawable lottieDrawable; field in RoundedCornersContent
30 …public RoundedCornersContent(LottieDrawable lottieDrawable, BaseLayer layer, RoundedCorners rounde… in RoundedCornersContent()
DStrokeContent.java28 public StrokeContent(final LottieDrawable lottieDrawable, BaseLayer layer, ShapeStroke stroke) { in StrokeContent()
DGradientFillContent.java61 private final LottieDrawable lottieDrawable; field in GradientFillContent
67 …public GradientFillContent(final LottieDrawable lottieDrawable, BaseLayer layer, GradientFill fill… in GradientFillContent()
DBaseStrokeContent.java46 private final LottieDrawable lottieDrawable; field in BaseStrokeContent
63 BaseStrokeContent(final LottieDrawable lottieDrawable, BaseLayer layer, Paint.Cap cap, in BaseStrokeContent()
DPolystarContent.java33 private final LottieDrawable lottieDrawable; field in PolystarContent
48 public PolystarContent(LottieDrawable lottieDrawable, BaseLayer layer, in PolystarContent()
DGradientStrokeContent.java44 final LottieDrawable lottieDrawable, BaseLayer layer, GradientStroke stroke) { in GradientStrokeContent()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DNullLayer.java10 NullLayer(LottieDrawable lottieDrawable, Layer layerModel) { in NullLayer()
DSolidLayer.java28 SolidLayer(LottieDrawable lottieDrawable, Layer layerModel) { in SolidLayer()
DShapeLayer.java25 ShapeLayer(LottieDrawable lottieDrawable, Layer layerModel, CompositionLayer compositionLayer) { in ShapeLayer()
DImageLayer.java32 ImageLayer(LottieDrawable lottieDrawable, Layer layerModel) { in ImageLayer()
DCompositionLayer.java38 public CompositionLayer(LottieDrawable lottieDrawable, Layer layerModel, List<Layer> layerModels, in CompositionLayer()
DTextLayer.java52 private final LottieDrawable lottieDrawable; field in TextLayer
75 TextLayer(LottieDrawable lottieDrawable, Layer layerModel) { in TextLayer()
DBaseLayer.java93 final LottieDrawable lottieDrawable; field in BaseLayer
119 BaseLayer(LottieDrawable lottieDrawable, Layer layerModel) { in BaseLayer()
/external/lottie/lottie/src/test/java/com/airbnb/lottie/
DKeyPathTest.java23 private LottieDrawable lottieDrawable; field in KeyPathTest
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieAnimationView.java90 private final LottieDrawable lottieDrawable = new LottieDrawable(); field in LottieAnimationView