Home
last modified time | relevance | path

Searched defs:maskMode (Results 1 – 2 of 2) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DMask.java14 private final MaskMode maskMode; field in Mask
19 …public Mask(MaskMode maskMode, AnimatableShapeValue maskPath, AnimatableIntegerValue opacity, bool… in Mask()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DMaskParser.java18 Mask.MaskMode maskMode = null; in parse() local