-
-
Method Summary
Modifier and Type Method Description voidgetBounds(RectF outBounds, Matrix parentMatrix, boolean applyParents)<T> voidaddValueCallback(T property, @Nullable() LottieValueCallback<T> callback)The overridden method should handle appropriate properties and set value callbacks on theiranimations. -
Methods inherited from class com.airbnb.lottie.model.layer.BaseLayer
addAnimation, draw, getBlendMode, getBlurEffect, getBlurMaskFilter, getBounds, getDropShadowEffect, getName, onValueChanged, removeAnimation, resolveKeyPath, setContents -
Methods inherited from class com.airbnb.lottie.animation.content.DrawingContent
draw -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
addValueCallback
<T> void addValueCallback(T property, @Nullable() LottieValueCallback<T> callback)
The overridden method should handle appropriate properties and set value callbacks on theiranimations.
-
-
-
-