what-the-bank/sources/androidx/lifecycle/ReflectiveGenericLifecycleO...

30 lines
864 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package androidx.lifecycle;
import o.InterfaceC16541pFg;
import o.InterfaceC3451axm;
import o.jBJ;
import o.wdQ;
@Deprecated
/* loaded from: classes.dex */
public class ReflectiveGenericLifecycleObserver implements InterfaceC3451axm {
private final Object c;
private final jBJ.RVV d;
public ReflectiveGenericLifecycleObserver(Object obj) {
this.c = obj;
jBJ jbj = jBJ.d;
Class<?> cls = obj.getClass();
jBJ.RVV rvv = jbj.a.get(cls);
this.d = rvv == null ? jbj.c(cls, null) : rvv;
}
@Override // o.InterfaceC3451axm
public final void c(InterfaceC16541pFg interfaceC16541pFg, wdQ.HBt hBt) {
jBJ.RVV rvv = this.d;
Object obj = this.c;
jBJ.RVV.c(rvv.d.get(hBt), interfaceC16541pFg, hBt, obj);
jBJ.RVV.c(rvv.d.get(wdQ.HBt.ON_ANY), interfaceC16541pFg, hBt, obj);
}
}