Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/
DKeyPath.java154 String keyAtDepth = keys.get(depth); in fullyResolvesTo() local
155 boolean isGlobstar = keyAtDepth.equals("**"); in fullyResolvesTo()
158 boolean matches = keyAtDepth.equals(key) || keyAtDepth.equals("*"); in fullyResolvesTo()