Searched defs:ShapeData (Results 1 – 2 of 2) sorted by relevance
| /external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/ |
| D | ShapeData.java | 14 public class ShapeData { class 19 public ShapeData(PointF initialPoint, boolean closed, List<CubicCurveData> curves) { in ShapeData() method in ShapeData 25 public ShapeData() { in ShapeData() method in ShapeData
|
| /external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/ |
| D | BaseLayer.java | 501 …BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyAddMask() 510 …BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyInvertedAddMask() 521 …private void applySubtractMask(Canvas canvas, Matrix matrix, BaseKeyframeAnimation<ShapeData, Path… in applySubtractMask() 529 …BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyInvertedSubtractMask() 541 …BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyIntersectMask() 552 …BaseKeyframeAnimation<ShapeData, Path> maskAnimation, BaseKeyframeAnimation<Integer, Integer> opac… in applyInvertedIntersectMask()
|