package c.a.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 f5030b;

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

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

    public o(n nVar, TextView textView, Typeface typeface, int i2) {
        this.f5030b = textView;
        this.f5031c = typeface;
        this.f5032d = i2;
    }

    @Override // java.lang.Runnable
    public void run() {
        this.f5030b.setTypeface(this.f5031c, this.f5032d);
    }
}
