Home
last modified time | relevance | path

Searched defs:networkCache (Results 1 – 3 of 3) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DL.java35 private static volatile NetworkCache networkCache; field in L
116 public static NetworkCache networkCache(@NonNull final Context context) { in networkCache() method in L
DLottieCompositionFactory.java92 final NetworkCache networkCache = L.networkCache(context); in clearCache() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/network/
DNetworkFetcher.java27 private final NetworkCache networkCache; field in NetworkFetcher
31 …public NetworkFetcher(@Nullable NetworkCache networkCache, @NonNull LottieNetworkFetcher fetcher) { in NetworkFetcher()