public class L
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DBG |
static java.lang.String |
TAG |
| Modifier and Type | Method and Description |
|---|---|
static void |
beginSection(java.lang.String section) |
static float |
endSection(java.lang.String section) |
static NetworkCache |
networkCache(android.content.Context context) |
static NetworkFetcher |
networkFetcher(android.content.Context context) |
static void |
setCacheProvider(LottieNetworkCacheProvider customProvider) |
static void |
setFetcher(LottieNetworkFetcher customFetcher) |
static void |
setTraceEnabled(boolean enabled) |
public static boolean DBG
public static final java.lang.String TAG
public static void setTraceEnabled(boolean enabled)
public static void beginSection(java.lang.String section)
public static float endSection(java.lang.String section)
public static void setFetcher(LottieNetworkFetcher customFetcher)
public static void setCacheProvider(LottieNetworkCacheProvider customProvider)
public static NetworkFetcher networkFetcher(android.content.Context context)
public static NetworkCache networkCache(android.content.Context context)