mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-30 11:02:31 -06:00
41 lines
3 KiB
Java
41 lines
3 KiB
Java
package androidx.compose.material3.tokens;
|
|
|
|
import androidx.compose.ui.unit.Dp;
|
|
import kotlin.Metadata;
|
|
|
|
/* compiled from: BottomAppBarTokens.kt */
|
|
@Metadata(d1 = {"\u0000$\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\b\u0006\n\u0002\u0018\u0002\n\u0002\b\u0005\bÀ\u0002\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002R\u0011\u0010\u0003\u001a\u00020\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u0005\u0010\u0006R\u001c\u0010\u0007\u001a\u00020\bø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\n\n\u0002\u0010\u000b\u001a\u0004\b\t\u0010\nR\u001c\u0010\f\u001a\u00020\bø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\n\n\u0002\u0010\u000b\u001a\u0004\b\r\u0010\nR\u0011\u0010\u000e\u001a\u00020\u000f¢\u0006\b\n\u0000\u001a\u0004\b\u0010\u0010\u0011R\u0011\u0010\u0012\u001a\u00020\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u0013\u0010\u0006\u0082\u0002\u000f\n\u0002\b\u0019\n\u0005\b¡\u001e0\u0001\n\u0002\b!¨\u0006\u0014"}, d2 = {"Landroidx/compose/material3/tokens/BottomAppBarTokens;", "", "()V", "ContainerColor", "Landroidx/compose/material3/tokens/ColorSchemeKeyTokens;", "getContainerColor", "()Landroidx/compose/material3/tokens/ColorSchemeKeyTokens;", "ContainerElevation", "Landroidx/compose/ui/unit/Dp;", "getContainerElevation-D9Ej5fM", "()F", "F", "ContainerHeight", "getContainerHeight-D9Ej5fM", "ContainerShape", "Landroidx/compose/material3/tokens/ShapeKeyTokens;", "getContainerShape", "()Landroidx/compose/material3/tokens/ShapeKeyTokens;", "ContainerSurfaceTintLayerColor", "getContainerSurfaceTintLayerColor", "material3_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
|
/* loaded from: classes.dex */
|
|
public final class BottomAppBarTokens {
|
|
public static final BottomAppBarTokens INSTANCE = new BottomAppBarTokens();
|
|
private static final ColorSchemeKeyTokens ContainerColor = ColorSchemeKeyTokens.Surface;
|
|
private static final float ContainerElevation = ElevationTokens.INSTANCE.m1827getLevel2D9Ej5fM();
|
|
private static final float ContainerHeight = Dp.m4883constructorimpl((float) 80.0d);
|
|
private static final ShapeKeyTokens ContainerShape = ShapeKeyTokens.CornerNone;
|
|
private static final ColorSchemeKeyTokens ContainerSurfaceTintLayerColor = ColorSchemeKeyTokens.SurfaceTint;
|
|
|
|
public final ColorSchemeKeyTokens getContainerColor() {
|
|
return ContainerColor;
|
|
}
|
|
|
|
/* renamed from: getContainerElevation-D9Ej5fM, reason: not valid java name */
|
|
public final float m1704getContainerElevationD9Ej5fM() {
|
|
return ContainerElevation;
|
|
}
|
|
|
|
/* renamed from: getContainerHeight-D9Ej5fM, reason: not valid java name */
|
|
public final float m1705getContainerHeightD9Ej5fM() {
|
|
return ContainerHeight;
|
|
}
|
|
|
|
public final ShapeKeyTokens getContainerShape() {
|
|
return ContainerShape;
|
|
}
|
|
|
|
public final ColorSchemeKeyTokens getContainerSurfaceTintLayerColor() {
|
|
return ContainerSurfaceTintLayerColor;
|
|
}
|
|
|
|
private BottomAppBarTokens() {
|
|
}
|
|
}
|