package androidx.compose.material3; import androidx.compose.foundation.layout.RowScope; import androidx.compose.runtime.Composer; import androidx.compose.runtime.ComposerKt; import androidx.compose.runtime.internal.ComposableLambdaKt; import androidx.compose.ui.Modifier; import androidx.compose.ui.text.TextLayoutResult; import androidx.compose.ui.text.TextStyle; import androidx.compose.ui.text.font.FontFamily; import androidx.compose.ui.text.font.FontStyle; import androidx.compose.ui.text.font.FontWeight; import androidx.compose.ui.text.style.TextAlign; import androidx.compose.ui.text.style.TextDecoration; import kotlin.Metadata; import kotlin.Unit; import kotlin.jvm.functions.Function1; import kotlin.jvm.functions.Function3; import kotlin.jvm.internal.Intrinsics; /* compiled from: TimePicker.kt */ @Metadata(k = 3, mv = {1, 8, 0}, xi = 48) /* loaded from: classes.dex */ public final class ComposableSingletons$TimePickerKt { public static final ComposableSingletons$TimePickerKt INSTANCE = new ComposableSingletons$TimePickerKt(); /* renamed from: lambda-1, reason: not valid java name */ public static Function3 f34lambda1 = ComposableLambdaKt.composableLambdaInstance(1425358052, false, new Function3() { // from class: androidx.compose.material3.ComposableSingletons$TimePickerKt$lambda-1$1 @Override // kotlin.jvm.functions.Function3 public /* bridge */ /* synthetic */ Unit invoke(RowScope rowScope, Composer composer, Integer num) { invoke(rowScope, composer, num.intValue()); return Unit.INSTANCE; } public final void invoke(RowScope ToggleItem, Composer composer, int i) { Intrinsics.checkNotNullParameter(ToggleItem, "$this$ToggleItem"); ComposerKt.sourceInformation(composer, "C997@40123L40,997@40111L53:TimePicker.kt#uh7d8r"); if ((i & 81) == 16 && composer.getSkipping()) { composer.skipToGroupEnd(); return; } if (ComposerKt.isTraceInProgress()) { ComposerKt.traceEventStart(1425358052, i, -1, "androidx.compose.material3.ComposableSingletons$TimePickerKt.lambda-1. (TimePicker.kt:997)"); } TextKt.m1562Text4IGK_g(Strings_androidKt.m1475getStringNWtq28(Strings.INSTANCE.m1462getTimePickerAMadMyvUU(), composer, 6), (Modifier) null, 0L, 0L, (FontStyle) null, (FontWeight) null, (FontFamily) null, 0L, (TextDecoration) null, (TextAlign) null, 0L, 0, false, 0, 0, (Function1) null, (TextStyle) null, composer, 0, 0, 131070); if (ComposerKt.isTraceInProgress()) { ComposerKt.traceEventEnd(); } } }); /* renamed from: lambda-2, reason: not valid java name */ public static Function3 f35lambda2 = ComposableLambdaKt.composableLambdaInstance(-1179219109, false, new Function3() { // from class: androidx.compose.material3.ComposableSingletons$TimePickerKt$lambda-2$1 @Override // kotlin.jvm.functions.Function3 public /* bridge */ /* synthetic */ Unit invoke(RowScope rowScope, Composer composer, Integer num) { invoke(rowScope, composer, num.intValue()); return Unit.INSTANCE; } public final void invoke(RowScope ToggleItem, Composer composer, int i) { Intrinsics.checkNotNullParameter(ToggleItem, "$this$ToggleItem"); ComposerKt.sourceInformation(composer, "C1013@40701L40,1013@40696L46:TimePicker.kt#uh7d8r"); if ((i & 81) == 16 && composer.getSkipping()) { composer.skipToGroupEnd(); return; } if (ComposerKt.isTraceInProgress()) { ComposerKt.traceEventStart(-1179219109, i, -1, "androidx.compose.material3.ComposableSingletons$TimePickerKt.lambda-2. (TimePicker.kt:1013)"); } TextKt.m1562Text4IGK_g(Strings_androidKt.m1475getStringNWtq28(Strings.INSTANCE.m1471getTimePickerPMadMyvUU(), composer, 6), (Modifier) null, 0L, 0L, (FontStyle) null, (FontWeight) null, (FontFamily) null, 0L, (TextDecoration) null, (TextAlign) null, 0L, 0, false, 0, 0, (Function1) null, (TextStyle) null, composer, 0, 0, 131070); if (ComposerKt.isTraceInProgress()) { ComposerKt.traceEventEnd(); } } }); /* renamed from: getLambda-1$material3_release, reason: not valid java name */ public final Function3 m1139getLambda1$material3_release() { return f34lambda1; } /* renamed from: getLambda-2$material3_release, reason: not valid java name */ public final Function3 m1140getLambda2$material3_release() { return f35lambda2; } }