package c.e.f;

import android.graphics.Typeface;
import c.e.c.b.e;
import c.e.d.c;

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

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

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

    public a(c cVar, m mVar, Typeface typeface) {
        this.f5204b = mVar;
        this.f5205c = typeface;
    }

    @Override // java.lang.Runnable
    public void run() {
        m mVar = this.f5204b;
        Typeface typeface = this.f5205c;
        e.a aVar = ((c.a) mVar).f5193a;
        if (aVar != null) {
            aVar.d(typeface);
        }
    }
}
