Searched refs:applyTrimPathIfNeeded (Results 1 – 3 of 3) sorted by relevance
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/ |
D | Utils.java | 99 public static void applyTrimPathIfNeeded(Path path, @Nullable TrimPathContent trimPath) { in applyTrimPathIfNeeded() method in Utils 106 applyTrimPathIfNeeded(path, start / 100f, end / 100f, offset / 360f); in applyTrimPathIfNeeded() 109 public static void applyTrimPathIfNeeded( in applyTrimPathIfNeeded() method in Utils
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/ |
D | CompoundTrimPathContent.java | 19 Utils.applyTrimPathIfNeeded(path, contents.get(i)); in apply()
|
D | BaseStrokeContent.java | 219 Utils.applyTrimPathIfNeeded(trimPathPath, startValue, endValue, 0); in applyTrimPath() 240 Utils.applyTrimPathIfNeeded(trimPathPath, startValue, endValue, 0); in applyTrimPath()
|