-
public class L
-
-
Field Summary
Fields Modifier and Type Field Description public static booleanDBGpublic final static StringTAGprivate static booleantraceEnabledprivate static booleannetworkCacheEnabledprivate static booleandisablePathInterpolatorCacheprivate static LottieNetworkFetcherfetcherprivate static LottieNetworkCacheProvidercacheProvider
-
Method Summary
Modifier and Type Method Description static voidsetTraceEnabled(boolean enabled)static voidsetNetworkCacheEnabled(boolean enabled)static booleangetDisablePathInterpolatorCache()static voidsetDisablePathInterpolatorCache(boolean disablePathInterpolatorCache)static voidsetFetcher(LottieNetworkFetcher customFetcher)static voidsetCacheProvider(LottieNetworkCacheProvider customProvider)static voidbeginSection(String section)static floatendSection(String section)static NetworkFetchernetworkFetcher(@NonNull() Context context)static NetworkCachenetworkCache(@NonNull() Context context)-
-
Method Detail
-
setTraceEnabled
static void setTraceEnabled(boolean enabled)
-
setNetworkCacheEnabled
static void setNetworkCacheEnabled(boolean enabled)
-
getDisablePathInterpolatorCache
static boolean getDisablePathInterpolatorCache()
-
setDisablePathInterpolatorCache
static void setDisablePathInterpolatorCache(boolean disablePathInterpolatorCache)
-
setFetcher
static void setFetcher(LottieNetworkFetcher customFetcher)
-
setCacheProvider
static void setCacheProvider(LottieNetworkCacheProvider customProvider)
-
beginSection
static void beginSection(String section)
-
endSection
static float endSection(String section)
-
networkFetcher
@NonNull() static NetworkFetcher networkFetcher(@NonNull() Context context)
-
networkCache
@Nullable() static NetworkCache networkCache(@NonNull() Context context)
-
-
-
-