package d.b.g;

import android.graphics.Typeface;
import android.widget.TextView;

/* JADX INFO: loaded from: classes.dex */
public class a0 implements Runnable {

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ TextView f1889f;

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public final /* synthetic */ Typeface f1890m;

    /* JADX INFO: renamed from: n, reason: collision with root package name */
    public final /* synthetic */ int f1891n;

    public a0(z zVar, TextView textView, Typeface typeface, int i2) {
        this.f1889f = textView;
        this.f1890m = typeface;
        this.f1891n = i2;
    }

    @Override // java.lang.Runnable
    public void run() {
        this.f1889f.setTypeface(this.f1890m, this.f1891n);
    }
}
