package c.b.f;

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

/* JADX INFO: compiled from: AppCompatTextHelper.java */
/* JADX INFO: loaded from: classes.dex */
public class e0 implements Runnable {

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

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

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

    public e0(d0 d0Var, TextView textView, Typeface typeface, int i2) {
        this.f808b = textView;
        this.f809e = typeface;
        this.f810f = i2;
    }

    @Override // java.lang.Runnable
    public void run() {
        this.f808b.setTypeface(this.f809e, this.f810f);
    }
}
