Rabbit-R1/android (non root)/java/sources/androidx/compose/material3/IncludeFontPaddingHelper_androidKt.java
2024-05-21 17:08:36 -04:00

18 lines
2.3 KiB
Java

package androidx.compose.material3;
import androidx.compose.ui.text.PlatformTextStyle;
import androidx.compose.ui.text.TextStyle;
import kotlin.Metadata;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: IncludeFontPaddingHelper.android.kt */
@Metadata(d1 = {"\u0000\u0010\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u000b\n\u0000\u001a\u0018\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u00012\u0006\u0010\u0003\u001a\u00020\u0004H\u0000¨\u0006\u0005"}, d2 = {"copyAndSetFontPadding", "Landroidx/compose/ui/text/TextStyle;", "style", "includeFontPadding", "", "material3_release"}, k = 2, mv = {1, 8, 0}, xi = 48)
/* loaded from: classes.dex */
public final class IncludeFontPaddingHelper_androidKt {
public static final TextStyle copyAndSetFontPadding(TextStyle style, boolean z) {
TextStyle m4428copyCXVQc50;
Intrinsics.checkNotNullParameter(style, "style");
m4428copyCXVQc50 = style.m4428copyCXVQc50((r46 & 1) != 0 ? style.spanStyle.m4373getColor0d7_KjU() : 0L, (r46 & 2) != 0 ? style.spanStyle.getFontSize() : 0L, (r46 & 4) != 0 ? style.spanStyle.getFontWeight() : null, (r46 & 8) != 0 ? style.spanStyle.getFontStyle() : null, (r46 & 16) != 0 ? style.spanStyle.getFontSynthesis() : null, (r46 & 32) != 0 ? style.spanStyle.getFontFamily() : null, (r46 & 64) != 0 ? style.spanStyle.getFontFeatureSettings() : null, (r46 & 128) != 0 ? style.spanStyle.getLetterSpacing() : 0L, (r46 & 256) != 0 ? style.spanStyle.getBaselineShift() : null, (r46 & 512) != 0 ? style.spanStyle.getTextGeometricTransform() : null, (r46 & 1024) != 0 ? style.spanStyle.getLocaleList() : null, (r46 & 2048) != 0 ? style.spanStyle.getBackground() : 0L, (r46 & 4096) != 0 ? style.spanStyle.getTextDecoration() : null, (r46 & 8192) != 0 ? style.spanStyle.getShadow() : null, (r46 & 16384) != 0 ? style.paragraphStyle.getTextAlign() : null, (r46 & 32768) != 0 ? style.paragraphStyle.getTextDirection() : null, (r46 & 65536) != 0 ? style.paragraphStyle.getLineHeight() : 0L, (r46 & 131072) != 0 ? style.paragraphStyle.getTextIndent() : null, (r46 & 262144) != 0 ? style.platformStyle : new PlatformTextStyle(z), (r46 & 524288) != 0 ? style.paragraphStyle.getLineHeightStyle() : null, (r46 & 1048576) != 0 ? style.paragraphStyle.getLineBreak() : null, (r46 & 2097152) != 0 ? style.paragraphStyle.getHyphens() : null);
return m4428copyCXVQc50;
}
}