mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-30 11:02:31 -06:00
51 lines
3.2 KiB
Java
51 lines
3.2 KiB
Java
package androidx.compose.material3.tokens;
|
|
|
|
import androidx.compose.ui.unit.Dp;
|
|
import kotlin.Metadata;
|
|
import tech.rabbit.r1launcher.BuildConfig;
|
|
|
|
/* compiled from: ElevationTokens.kt */
|
|
@Metadata(d1 = {"\u0000\u0014\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u000e\bÀ\u0002\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002R\u001c\u0010\u0003\u001a\u00020\u0004ø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\n\n\u0002\u0010\u0007\u001a\u0004\b\u0005\u0010\u0006R\u001c\u0010\b\u001a\u00020\u0004ø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\n\n\u0002\u0010\u0007\u001a\u0004\b\t\u0010\u0006R\u001c\u0010\n\u001a\u00020\u0004ø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\n\n\u0002\u0010\u0007\u001a\u0004\b\u000b\u0010\u0006R\u001c\u0010\f\u001a\u00020\u0004ø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\n\n\u0002\u0010\u0007\u001a\u0004\b\r\u0010\u0006R\u001c\u0010\u000e\u001a\u00020\u0004ø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\n\n\u0002\u0010\u0007\u001a\u0004\b\u000f\u0010\u0006R\u001c\u0010\u0010\u001a\u00020\u0004ø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\n\n\u0002\u0010\u0007\u001a\u0004\b\u0011\u0010\u0006\u0082\u0002\u000f\n\u0002\b\u0019\n\u0005\b¡\u001e0\u0001\n\u0002\b!¨\u0006\u0012"}, d2 = {"Landroidx/compose/material3/tokens/ElevationTokens;", "", "()V", "Level0", "Landroidx/compose/ui/unit/Dp;", "getLevel0-D9Ej5fM", "()F", "F", "Level1", "getLevel1-D9Ej5fM", "Level2", "getLevel2-D9Ej5fM", "Level3", "getLevel3-D9Ej5fM", "Level4", "getLevel4-D9Ej5fM", "Level5", "getLevel5-D9Ej5fM", "material3_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
|
/* loaded from: classes.dex */
|
|
public final class ElevationTokens {
|
|
public static final ElevationTokens INSTANCE = new ElevationTokens();
|
|
private static final float Level0 = Dp.m4883constructorimpl((float) BuildConfig.SENTRY_SAMPLE_RATE);
|
|
private static final float Level1 = Dp.m4883constructorimpl((float) 1.0d);
|
|
private static final float Level2 = Dp.m4883constructorimpl((float) 3.0d);
|
|
private static final float Level3 = Dp.m4883constructorimpl((float) 6.0d);
|
|
private static final float Level4 = Dp.m4883constructorimpl((float) 8.0d);
|
|
private static final float Level5 = Dp.m4883constructorimpl((float) 12.0d);
|
|
|
|
/* renamed from: getLevel0-D9Ej5fM, reason: not valid java name */
|
|
public final float m1825getLevel0D9Ej5fM() {
|
|
return Level0;
|
|
}
|
|
|
|
/* renamed from: getLevel1-D9Ej5fM, reason: not valid java name */
|
|
public final float m1826getLevel1D9Ej5fM() {
|
|
return Level1;
|
|
}
|
|
|
|
/* renamed from: getLevel2-D9Ej5fM, reason: not valid java name */
|
|
public final float m1827getLevel2D9Ej5fM() {
|
|
return Level2;
|
|
}
|
|
|
|
/* renamed from: getLevel3-D9Ej5fM, reason: not valid java name */
|
|
public final float m1828getLevel3D9Ej5fM() {
|
|
return Level3;
|
|
}
|
|
|
|
/* renamed from: getLevel4-D9Ej5fM, reason: not valid java name */
|
|
public final float m1829getLevel4D9Ej5fM() {
|
|
return Level4;
|
|
}
|
|
|
|
/* renamed from: getLevel5-D9Ej5fM, reason: not valid java name */
|
|
public final float m1830getLevel5D9Ej5fM() {
|
|
return Level5;
|
|
}
|
|
|
|
private ElevationTokens() {
|
|
}
|
|
}
|