package androidx.compose.ui.semantics; import kotlin.Metadata; import kotlin.jvm.functions.Function2; /* compiled from: SemanticsProperties.android.kt */ @Metadata(d1 = {"\u0000\u0018\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\u0010\u000b\n\u0002\b\u0004\bÇ\u0002\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002R\"\u0010\u0003\u001a\b\u0012\u0004\u0012\u00020\u00050\u00048GX\u0087\u0004¢\u0006\u000e\n\u0000\u0012\u0004\b\u0006\u0010\u0002\u001a\u0004\b\u0007\u0010\b¨\u0006\t"}, d2 = {"Landroidx/compose/ui/semantics/SemanticsPropertiesAndroid;", "", "()V", "TestTagsAsResourceId", "Landroidx/compose/ui/semantics/SemanticsPropertyKey;", "", "getTestTagsAsResourceId$annotations", "getTestTagsAsResourceId", "()Landroidx/compose/ui/semantics/SemanticsPropertyKey;", "ui_release"}, k = 1, mv = {1, 8, 0}, xi = 48) /* loaded from: classes.dex */ public final class SemanticsPropertiesAndroid { public static final int $stable = 0; public static final SemanticsPropertiesAndroid INSTANCE = new SemanticsPropertiesAndroid(); private static final SemanticsPropertyKey TestTagsAsResourceId = new SemanticsPropertyKey<>("TestTagsAsResourceId", new Function2() { // from class: androidx.compose.ui.semantics.SemanticsPropertiesAndroid$TestTagsAsResourceId$1 public final Boolean invoke(Boolean bool, boolean z) { return bool; } @Override // kotlin.jvm.functions.Function2 public /* bridge */ /* synthetic */ Boolean invoke(Boolean bool, Boolean bool2) { return invoke(bool, bool2.booleanValue()); } }); public static /* synthetic */ void getTestTagsAsResourceId$annotations() { } public final SemanticsPropertyKey getTestTagsAsResourceId() { return TestTagsAsResourceId; } private SemanticsPropertiesAndroid() { } }