package w; import android.graphics.Typeface; import android.os.Handler; import w.e; import w.f; /* loaded from: classes.dex */ class a { /* renamed from: a, reason: collision with root package name */ private final f.c f14944a; /* renamed from: b, reason: collision with root package name */ private final Handler f14945b; /* renamed from: w.a$a, reason: collision with other inner class name */ class RunnableC0249a implements Runnable { /* renamed from: a, reason: collision with root package name */ final /* synthetic */ f.c f14946a; /* renamed from: b, reason: collision with root package name */ final /* synthetic */ Typeface f14947b; RunnableC0249a(f.c cVar, Typeface typeface) { this.f14946a = cVar; this.f14947b = typeface; } @Override // java.lang.Runnable public void run() { this.f14946a.b(this.f14947b); } } class b implements Runnable { /* renamed from: a, reason: collision with root package name */ final /* synthetic */ f.c f14949a; /* renamed from: b, reason: collision with root package name */ final /* synthetic */ int f14950b; b(f.c cVar, int i10) { this.f14949a = cVar; this.f14950b = i10; } @Override // java.lang.Runnable public void run() { this.f14949a.a(this.f14950b); } } a(f.c cVar, Handler handler) { this.f14944a = cVar; this.f14945b = handler; } private void a(int i10) { this.f14945b.post(new b(this.f14944a, i10)); } private void c(Typeface typeface) { this.f14945b.post(new RunnableC0249a(this.f14944a, typeface)); } void b(e.C0250e c0250e) { if (c0250e.a()) { c(c0250e.f14973a); } else { a(c0250e.f14974b); } } }