Rabbit-R1/android (non root)/java/sources/androidx/compose/ui/text/font/FontFamilyResolverKt.java
2024-05-21 17:08:36 -04:00

19 lines
1.3 KiB
Java

package androidx.compose.ui.text.font;
import kotlin.Metadata;
/* compiled from: FontFamilyResolver.kt */
@Metadata(d1 = {"\u0000\u0012\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\b\u0003\"\u0014\u0010\u0000\u001a\u00020\u0001X\u0080\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u0002\u0010\u0003\"\u0014\u0010\u0004\u001a\u00020\u0005X\u0080\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u0006\u0010\u0007¨\u0006\b"}, d2 = {"GlobalAsyncTypefaceCache", "Landroidx/compose/ui/text/font/AsyncTypefaceCache;", "getGlobalAsyncTypefaceCache", "()Landroidx/compose/ui/text/font/AsyncTypefaceCache;", "GlobalTypefaceRequestCache", "Landroidx/compose/ui/text/font/TypefaceRequestCache;", "getGlobalTypefaceRequestCache", "()Landroidx/compose/ui/text/font/TypefaceRequestCache;", "ui-text_release"}, k = 2, mv = {1, 8, 0}, xi = 48)
/* loaded from: classes.dex */
public final class FontFamilyResolverKt {
private static final TypefaceRequestCache GlobalTypefaceRequestCache = new TypefaceRequestCache();
private static final AsyncTypefaceCache GlobalAsyncTypefaceCache = new AsyncTypefaceCache();
public static final AsyncTypefaceCache getGlobalAsyncTypefaceCache() {
return GlobalAsyncTypefaceCache;
}
public static final TypefaceRequestCache getGlobalTypefaceRequestCache() {
return GlobalTypefaceRequestCache;
}
}