mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
37 lines
2.3 KiB
Java
37 lines
2.3 KiB
Java
|
package androidx.compose.ui.draw;
|
||
|
|
||
|
import androidx.compose.ui.geometry.Size;
|
||
|
import androidx.compose.ui.unit.Density;
|
||
|
import androidx.compose.ui.unit.DensityKt;
|
||
|
import androidx.compose.ui.unit.LayoutDirection;
|
||
|
import kotlin.Metadata;
|
||
|
|
||
|
/* compiled from: DrawModifier.kt */
|
||
|
@Metadata(d1 = {"\u0000$\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\b\u0004\bÂ\u0002\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002R\u0014\u0010\u0003\u001a\u00020\u0004X\u0096\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u0005\u0010\u0006R\u0014\u0010\u0007\u001a\u00020\bX\u0096\u0004¢\u0006\b\n\u0000\u001a\u0004\b\t\u0010\nR\u001f\u0010\u000b\u001a\u00020\fX\u0096\u0004ø\u0001\u0000ø\u0001\u0001ø\u0001\u0002¢\u0006\n\n\u0002\u0010\u000f\u001a\u0004\b\r\u0010\u000e\u0082\u0002\u000f\n\u0002\b\u0019\n\u0005\b¡\u001e0\u0001\n\u0002\b!¨\u0006\u0010"}, d2 = {"Landroidx/compose/ui/draw/EmptyBuildDrawCacheParams;", "Landroidx/compose/ui/draw/BuildDrawCacheParams;", "()V", "density", "Landroidx/compose/ui/unit/Density;", "getDensity", "()Landroidx/compose/ui/unit/Density;", "layoutDirection", "Landroidx/compose/ui/unit/LayoutDirection;", "getLayoutDirection", "()Landroidx/compose/ui/unit/LayoutDirection;", "size", "Landroidx/compose/ui/geometry/Size;", "getSize-NH-jbRc", "()J", "J", "ui_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
||
|
/* loaded from: classes.dex */
|
||
|
final class EmptyBuildDrawCacheParams implements BuildDrawCacheParams {
|
||
|
public static final EmptyBuildDrawCacheParams INSTANCE = new EmptyBuildDrawCacheParams();
|
||
|
private static final long size = Size.INSTANCE.m2477getUnspecifiedNHjbRc();
|
||
|
private static final LayoutDirection layoutDirection = LayoutDirection.Ltr;
|
||
|
private static final Density density = DensityKt.Density(1.0f, 1.0f);
|
||
|
|
||
|
@Override // androidx.compose.ui.draw.BuildDrawCacheParams
|
||
|
public Density getDensity() {
|
||
|
return density;
|
||
|
}
|
||
|
|
||
|
@Override // androidx.compose.ui.draw.BuildDrawCacheParams
|
||
|
public LayoutDirection getLayoutDirection() {
|
||
|
return layoutDirection;
|
||
|
}
|
||
|
|
||
|
@Override // androidx.compose.ui.draw.BuildDrawCacheParams
|
||
|
/* renamed from: getSize-NH-jbRc */
|
||
|
public long mo2305getSizeNHjbRc() {
|
||
|
return size;
|
||
|
}
|
||
|
|
||
|
private EmptyBuildDrawCacheParams() {
|
||
|
}
|
||
|
}
|