Package com.airbnb.lottie
Class L
- java.lang.Object
-
- com.airbnb.lottie.L
-
public class L extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidbeginSection(java.lang.String section)static floatendSection(java.lang.String section)static NetworkCachenetworkCache(Context context)static NetworkFetchernetworkFetcher(Context context)static voidsetCacheProvider(LottieNetworkCacheProvider customProvider)static voidsetFetcher(LottieNetworkFetcher customFetcher)static voidsetTraceEnabled(boolean enabled)
-
-
-
Field Detail
-
DBG
public static boolean DBG
-
TAG
public static final java.lang.String TAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
setTraceEnabled
public static void setTraceEnabled(boolean enabled)
-
beginSection
public static void beginSection(java.lang.String section)
-
endSection
public static float endSection(java.lang.String section)
-
setFetcher
public static void setFetcher(LottieNetworkFetcher customFetcher)
-
setCacheProvider
public static void setCacheProvider(LottieNetworkCacheProvider customProvider)
-
networkFetcher
@NonNull public static NetworkFetcher networkFetcher(@NonNull Context context)
-
networkCache
@NonNull public static NetworkCache networkCache(@NonNull Context context)
-
-