package androidx.core.text; import android.text.PrecomputedText; import android.text.TextPaint; /* loaded from: classes.dex */ public abstract /* synthetic */ class PrecomputedTextCompat$Params$$ExternalSyntheticApiModelOutline8 { public static /* synthetic */ PrecomputedText.Params.Builder m(TextPaint textPaint) { return new PrecomputedText.Params.Builder(textPaint); } }