package androidx.lifecycle; import android.os.Handler; import androidx.lifecycle.e; /* loaded from: classes.dex */ public class t { /* renamed from: a, reason: collision with root package name */ private final i f2120a; /* renamed from: b, reason: collision with root package name */ private final Handler f2121b = new Handler(); /* renamed from: c, reason: collision with root package name */ private a f2122c; static class a implements Runnable { /* renamed from: a, reason: collision with root package name */ private final i f2123a; /* renamed from: b, reason: collision with root package name */ final e.b f2124b; /* renamed from: c, reason: collision with root package name */ private boolean f2125c = false; a(i iVar, e.b bVar) { this.f2123a = iVar; this.f2124b = bVar; } @Override // java.lang.Runnable public void run() { if (this.f2125c) { return; } this.f2123a.h(this.f2124b); this.f2125c = true; } } public t(LifecycleOwner lifecycleOwner) { this.f2120a = new i(lifecycleOwner); } private void f(e.b bVar) { a aVar = this.f2122c; if (aVar != null) { aVar.run(); } a aVar2 = new a(this.f2120a, bVar); this.f2122c = aVar2; this.f2121b.postAtFrontOfQueue(aVar2); } public e a() { return this.f2120a; } public void b() { f(e.b.ON_START); } public void c() { f(e.b.ON_CREATE); } public void d() { f(e.b.ON_STOP); f(e.b.ON_DESTROY); } public void e() { f(e.b.ON_START); } }