package c.b.g;

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

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

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

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

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

    public o(n nVar, TextView textView, Typeface typeface, int i2) {
        this.f5016b = textView;
        this.f5017c = typeface;
        this.f5018d = i2;
    }

    @Override // java.lang.Runnable
    public void run() {
        this.f5016b.setTypeface(this.f5017c, this.f5018d);
    }
}
