Home
last modified time | relevance | path

Searched refs:fullyResolvesTo (Results 1 – 4 of 4) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/
DKeyPath.java149 public boolean fullyResolvesTo(String key, int depth) { in fullyResolvesTo() method in KeyPath
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DMiscUtils.java102 if (keyPath.fullyResolvesTo(content.getName(), depth)) { in resolveKeyPath()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DContentGroup.java231 if (keyPath.fullyResolvesTo(getName(), depth)) { in resolveKeyPath()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DBaseLayer.java573 if (keyPath.fullyResolvesTo(getName(), depth)) { in resolveKeyPath()