public class SolidLayer extends BaseLayer
| Modifier and Type | Method and Description |
|---|---|
<T> void |
addValueCallback(T property,
LottieValueCallback<T> callback)
The overridden method should handle appropriate properties and set value callbacks on their
animations.
|
void |
drawLayer(android.graphics.Canvas canvas,
android.graphics.Matrix parentMatrix,
int parentAlpha) |
void |
getBounds(android.graphics.RectF outBounds,
android.graphics.Matrix parentMatrix,
boolean applyParents) |
addAnimation, draw, getName, onValueChanged, removeAnimation, resolveKeyPath, setContentspublic void drawLayer(android.graphics.Canvas canvas,
android.graphics.Matrix parentMatrix,
int parentAlpha)
public void getBounds(android.graphics.RectF outBounds,
android.graphics.Matrix parentMatrix,
boolean applyParents)
getBounds in interface DrawingContentgetBounds in class BaseLayerpublic <T> void addValueCallback(T property,
LottieValueCallback<T> callback)
KeyPathElementaddValueCallback in interface KeyPathElementaddValueCallback in class BaseLayer