mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
23 lines
1.4 KiB
Java
23 lines
1.4 KiB
Java
package androidx.compose.ui.platform;
|
|
|
|
import android.view.View;
|
|
import java.util.Map;
|
|
import kotlin.Metadata;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* compiled from: Wrapper.android.kt */
|
|
@Metadata(d1 = {"\u0000\u001c\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010$\n\u0002\u0010\b\n\u0000\n\u0002\u0018\u0002\n\u0000\bÁ\u0002\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002J\u001c\u0010\u0003\u001a\u000e\u0012\u0004\u0012\u00020\u0005\u0012\u0004\u0012\u00020\u00050\u00042\u0006\u0010\u0006\u001a\u00020\u0007H\u0007¨\u0006\b"}, d2 = {"Landroidx/compose/ui/platform/WrapperVerificationHelperMethods;", "", "()V", "attributeSourceResourceMap", "", "", "view", "Landroid/view/View;", "ui_release"}, k = 1, mv = {1, 8, 0}, xi = 48)
|
|
/* loaded from: classes.dex */
|
|
public final class WrapperVerificationHelperMethods {
|
|
public static final WrapperVerificationHelperMethods INSTANCE = new WrapperVerificationHelperMethods();
|
|
|
|
private WrapperVerificationHelperMethods() {
|
|
}
|
|
|
|
public final Map<Integer, Integer> attributeSourceResourceMap(View view) {
|
|
Intrinsics.checkNotNullParameter(view, "view");
|
|
Map<Integer, Integer> attributeSourceResourceMap = view.getAttributeSourceResourceMap();
|
|
Intrinsics.checkNotNullExpressionValue(attributeSourceResourceMap, "view.attributeSourceResourceMap");
|
|
return attributeSourceResourceMap;
|
|
}
|
|
}
|