Home
last modified time | relevance | path

Searched refs:KeyPathElement (Results 1 – 5 of 5) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DKeyPathElementContent.java3 import com.airbnb.lottie.model.KeyPathElement;
5 public interface KeyPathElementContent extends KeyPathElement, Content {
DContentGroup.java14 import com.airbnb.lottie.model.KeyPathElement;
28 BaseKeyframeAnimation.AnimationListener, KeyPathElement {
240 if (content instanceof KeyPathElement) { in resolveKeyPath()
241 KeyPathElement element = (KeyPathElement) content; in resolveKeyPath()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/
DKeyPath.java46 @Nullable private KeyPathElement resolvedElement;
79 public KeyPath resolve(KeyPathElement element) { in resolve()
91 public KeyPathElement getResolvedElement() { in getResolvedElement()
DKeyPathElement.java16 public interface KeyPathElement { interface
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DBaseLayer.java19 import com.airbnb.lottie.model.KeyPathElement;
31 implements DrawingContent, BaseKeyframeAnimation.AnimationListener, KeyPathElement {