- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
12 lines
393 B
Java
12 lines
393 B
Java
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);
|
|
}
|
|
}
|