NetMirror.apk

Download file
package androidx.core.text;

import android.text.PrecomputedText;
import android.text.TextPaint;

/* JADX INFO: loaded from: classes.dex */
public abstract /* synthetic */ class k {
    public static /* synthetic */ PrecomputedText.Params.Builder a(TextPaint textPaint) {
        return new PrecomputedText.Params.Builder(textPaint);
    }
}
Download file