mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-26 09:02:34 -06:00
25 lines
1.2 KiB
Java
25 lines
1.2 KiB
Java
package androidx.compose.ui.semantics;
|
|
|
|
import kotlin.Metadata;
|
|
|
|
/* compiled from: SemanticsProperties.kt */
|
|
@Metadata(d1 = {"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\b\n\u0002\b\u0006\b\u0007\u0018\u00002\u00020\u0001B\u0015\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0003¢\u0006\u0002\u0010\u0005R\u0011\u0010\u0004\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u0006\u0010\u0007R\u0011\u0010\u0002\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\b\u0010\u0007¨\u0006\t"}, d2 = {"Landroidx/compose/ui/semantics/CollectionInfo;", "", "rowCount", "", "columnCount", "(II)V", "getColumnCount", "()I", "getRowCount", "ui_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
|
/* loaded from: classes.dex */
|
|
public final class CollectionInfo {
|
|
public static final int $stable = 0;
|
|
private final int columnCount;
|
|
private final int rowCount;
|
|
|
|
public final int getColumnCount() {
|
|
return this.columnCount;
|
|
}
|
|
|
|
public final int getRowCount() {
|
|
return this.rowCount;
|
|
}
|
|
|
|
public CollectionInfo(int i, int i2) {
|
|
this.rowCount = i;
|
|
this.columnCount = i2;
|
|
}
|
|
}
|