Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DBaseLayer.java633 KeyPath matteCurrentPartialKeyPath = currentPartialKeyPath.addKey(matteLayer.getName()); in resolveKeyPath() local
635 accumulator.add(matteCurrentPartialKeyPath.resolve(matteLayer)); in resolveKeyPath()
640 matteLayer.resolveChildKeyPath(keyPath, newDepth, accumulator, matteCurrentPartialKeyPath); in resolveKeyPath()