Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/
DKeyPath.java159 return (isLastDepth || (depth == keys.size() - 2 && endsWithGlobstar())) && matches; in fullyResolvesTo()
165 (depth == keys.size() - 3 && endsWithGlobstar()); in fullyResolvesTo()
202 private boolean endsWithGlobstar() { in endsWithGlobstar() method in KeyPath