Searched refs:KeyPathElement (Results 1 – 5 of 5) sorted by relevance
3 import com.airbnb.lottie.model.KeyPathElement;5 public interface KeyPathElementContent extends KeyPathElement, Content {
14 import com.airbnb.lottie.model.KeyPathElement;28 BaseKeyframeAnimation.AnimationListener, KeyPathElement {240 if (content instanceof KeyPathElement) { in resolveKeyPath()241 KeyPathElement element = (KeyPathElement) content; in resolveKeyPath()
46 @Nullable private KeyPathElement resolvedElement;79 public KeyPath resolve(KeyPathElement element) { in resolve()91 public KeyPathElement getResolvedElement() { in getResolvedElement()
16 public interface KeyPathElement { interface
19 import com.airbnb.lottie.model.KeyPathElement;31 implements DrawingContent, BaseKeyframeAnimation.AnimationListener, KeyPathElement {