-
@RestrictTo(value = RestrictTo.Scope.LIBRARY) public class L
-
-
Field Summary
Fields Modifier and Type Field Description public static booleanDBGpublic final static StringTAGprivate static booleantraceEnabledprivate static booleannetworkCacheEnabledprivate static booleandisablePathInterpolatorCacheprivate static AsyncUpdatesdefaultAsyncUpdatesprivate static LottieNetworkFetcherfetcherprivate static LottieNetworkCacheProvidercacheProviderprivate static ReducedMotionOptionreducedMotionOption
-
Method Summary
Modifier and Type Method Description static voidsetTraceEnabled(boolean enabled)static voidsetNetworkCacheEnabled(boolean enabled)static booleangetDisablePathInterpolatorCache()static voidsetDisablePathInterpolatorCache(boolean disablePathInterpolatorCache)static AsyncUpdatesgetDefaultAsyncUpdates()static voidsetDefaultAsyncUpdates(AsyncUpdates asyncUpdates)static voidsetFetcher(LottieNetworkFetcher customFetcher)static voidsetCacheProvider(LottieNetworkCacheProvider customProvider)static ReducedMotionOptiongetReducedMotionOption()static voidsetReducedMotionOption(ReducedMotionOption reducedMotionOption)static booleanisTraceEnabled()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)
-
getDefaultAsyncUpdates
static AsyncUpdates getDefaultAsyncUpdates()
-
setDefaultAsyncUpdates
static void setDefaultAsyncUpdates(AsyncUpdates asyncUpdates)
-
setFetcher
static void setFetcher(LottieNetworkFetcher customFetcher)
-
setCacheProvider
static void setCacheProvider(LottieNetworkCacheProvider customProvider)
-
getReducedMotionOption
static ReducedMotionOption getReducedMotionOption()
-
setReducedMotionOption
static void setReducedMotionOption(ReducedMotionOption reducedMotionOption)
-
isTraceEnabled
static boolean isTraceEnabled()
-
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)
-
-
-
-