mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-28 01:52:26 -06:00
138 lines
5.9 KiB
Java
138 lines
5.9 KiB
Java
package androidx.compose.material3;
|
|
|
|
import androidx.compose.material3.tokens.TypographyKeyTokens;
|
|
import androidx.compose.runtime.CompositionLocalKt;
|
|
import androidx.compose.runtime.ProvidableCompositionLocal;
|
|
import androidx.compose.ui.text.TextStyle;
|
|
import kotlin.Metadata;
|
|
import kotlin.NoWhenBranchMatchedException;
|
|
import kotlin.jvm.functions.Function0;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* compiled from: Typography.kt */
|
|
@Metadata(d1 = {"\u0000\u001a\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\u001a\u0014\u0010\u0005\u001a\u00020\u0006*\u00020\u00022\u0006\u0010\u0007\u001a\u00020\bH\u0000\"\u001a\u0010\u0000\u001a\b\u0012\u0004\u0012\u00020\u00020\u0001X\u0080\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u0003\u0010\u0004¨\u0006\t"}, d2 = {"LocalTypography", "Landroidx/compose/runtime/ProvidableCompositionLocal;", "Landroidx/compose/material3/Typography;", "getLocalTypography", "()Landroidx/compose/runtime/ProvidableCompositionLocal;", "fromToken", "Landroidx/compose/ui/text/TextStyle;", "value", "Landroidx/compose/material3/tokens/TypographyKeyTokens;", "material3_release"}, k = 2, mv = {1, 8, 0}, xi = 48)
|
|
/* loaded from: classes.dex */
|
|
public final class TypographyKt {
|
|
private static final ProvidableCompositionLocal<Typography> LocalTypography = CompositionLocalKt.staticCompositionLocalOf(new Function0<Typography>() { // from class: androidx.compose.material3.TypographyKt$LocalTypography$1
|
|
/* JADX WARN: Can't rename method to resolve collision */
|
|
@Override // kotlin.jvm.functions.Function0
|
|
public final Typography invoke() {
|
|
return new Typography(null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 32767, null);
|
|
}
|
|
});
|
|
|
|
/* compiled from: Typography.kt */
|
|
@Metadata(k = 3, mv = {1, 8, 0}, xi = 48)
|
|
/* loaded from: classes.dex */
|
|
public /* synthetic */ class WhenMappings {
|
|
public static final /* synthetic */ int[] $EnumSwitchMapping$0;
|
|
|
|
static {
|
|
int[] iArr = new int[TypographyKeyTokens.values().length];
|
|
try {
|
|
iArr[TypographyKeyTokens.DisplayLarge.ordinal()] = 1;
|
|
} catch (NoSuchFieldError unused) {
|
|
}
|
|
try {
|
|
iArr[TypographyKeyTokens.DisplayMedium.ordinal()] = 2;
|
|
} catch (NoSuchFieldError unused2) {
|
|
}
|
|
try {
|
|
iArr[TypographyKeyTokens.DisplaySmall.ordinal()] = 3;
|
|
} catch (NoSuchFieldError unused3) {
|
|
}
|
|
try {
|
|
iArr[TypographyKeyTokens.HeadlineLarge.ordinal()] = 4;
|
|
} catch (NoSuchFieldError unused4) {
|
|
}
|
|
try {
|
|
iArr[TypographyKeyTokens.HeadlineMedium.ordinal()] = 5;
|
|
} catch (NoSuchFieldError unused5) {
|
|
}
|
|
try {
|
|
iArr[TypographyKeyTokens.HeadlineSmall.ordinal()] = 6;
|
|
} catch (NoSuchFieldError unused6) {
|
|
}
|
|
try {
|
|
iArr[TypographyKeyTokens.TitleLarge.ordinal()] = 7;
|
|
} catch (NoSuchFieldError unused7) {
|
|
}
|
|
try {
|
|
iArr[TypographyKeyTokens.TitleMedium.ordinal()] = 8;
|
|
} catch (NoSuchFieldError unused8) {
|
|
}
|
|
try {
|
|
iArr[TypographyKeyTokens.TitleSmall.ordinal()] = 9;
|
|
} catch (NoSuchFieldError unused9) {
|
|
}
|
|
try {
|
|
iArr[TypographyKeyTokens.BodyLarge.ordinal()] = 10;
|
|
} catch (NoSuchFieldError unused10) {
|
|
}
|
|
try {
|
|
iArr[TypographyKeyTokens.BodyMedium.ordinal()] = 11;
|
|
} catch (NoSuchFieldError unused11) {
|
|
}
|
|
try {
|
|
iArr[TypographyKeyTokens.BodySmall.ordinal()] = 12;
|
|
} catch (NoSuchFieldError unused12) {
|
|
}
|
|
try {
|
|
iArr[TypographyKeyTokens.LabelLarge.ordinal()] = 13;
|
|
} catch (NoSuchFieldError unused13) {
|
|
}
|
|
try {
|
|
iArr[TypographyKeyTokens.LabelMedium.ordinal()] = 14;
|
|
} catch (NoSuchFieldError unused14) {
|
|
}
|
|
try {
|
|
iArr[TypographyKeyTokens.LabelSmall.ordinal()] = 15;
|
|
} catch (NoSuchFieldError unused15) {
|
|
}
|
|
$EnumSwitchMapping$0 = iArr;
|
|
}
|
|
}
|
|
|
|
public static final ProvidableCompositionLocal<Typography> getLocalTypography() {
|
|
return LocalTypography;
|
|
}
|
|
|
|
public static final TextStyle fromToken(Typography typography, TypographyKeyTokens value) {
|
|
Intrinsics.checkNotNullParameter(typography, "<this>");
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
switch (WhenMappings.$EnumSwitchMapping$0[value.ordinal()]) {
|
|
case 1:
|
|
return typography.getDisplayLarge();
|
|
case 2:
|
|
return typography.getDisplayMedium();
|
|
case 3:
|
|
return typography.getDisplaySmall();
|
|
case 4:
|
|
return typography.getHeadlineLarge();
|
|
case 5:
|
|
return typography.getHeadlineMedium();
|
|
case 6:
|
|
return typography.getHeadlineSmall();
|
|
case 7:
|
|
return typography.getTitleLarge();
|
|
case 8:
|
|
return typography.getTitleMedium();
|
|
case 9:
|
|
return typography.getTitleSmall();
|
|
case 10:
|
|
return typography.getBodyLarge();
|
|
case 11:
|
|
return typography.getBodyMedium();
|
|
case 12:
|
|
return typography.getBodySmall();
|
|
case 13:
|
|
return typography.getLabelLarge();
|
|
case 14:
|
|
return typography.getLabelMedium();
|
|
case 15:
|
|
return typography.getLabelSmall();
|
|
default:
|
|
throw new NoWhenBranchMatchedException();
|
|
}
|
|
}
|
|
}
|