Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DShapeLayer.java61 protected void resolveChildKeyPath(KeyPath keyPath, int depth, List<KeyPath> accumulator, in resolveChildKeyPath() method in ShapeLayer
DBaseLayer.java640 matteLayer.resolveChildKeyPath(keyPath, newDepth, accumulator, matteCurrentPartialKeyPath); in resolveKeyPath()
658 resolveChildKeyPath(keyPath, newDepth, accumulator, currentPartialKeyPath); in resolveKeyPath()
662 void resolveChildKeyPath( in resolveChildKeyPath() method in BaseLayer
DCompositionLayer.java205 protected void resolveChildKeyPath(KeyPath keyPath, int depth, List<KeyPath> accumulator, in resolveChildKeyPath() method in CompositionLayer