package c.o.a.n.v; /* compiled from: CameraStateOrchestrator */ public class h implements Runnable { public final /* synthetic */ e i; public final /* synthetic */ Runnable j; public final /* synthetic */ f k; public h(f fVar, e eVar, Runnable runnable) { this.k = fVar; this.i = eVar; this.j = runnable; } @Override // java.lang.Runnable public void run() { if (this.k.f.f(this.i)) { this.j.run(); } } }