You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
903 B

package androidx.lifecycle;
import androidx.lifecycle.AbstractC0424i;
/* loaded from: classes.dex */
class CompositeGeneratedAdaptersObserver implements InterfaceC0432k {
/* renamed from: a */
public final InterfaceC0418f[] f1572a;
public CompositeGeneratedAdaptersObserver(InterfaceC0418f[] interfaceC0418fArr) {
this.f1572a = interfaceC0418fArr;
}
@Override // androidx.lifecycle.InterfaceC0432k
/* renamed from: d */
public void mo472d(InterfaceC0434m interfaceC0434m, AbstractC0424i.EnumC0426b enumC0426b) {
C0439q c0439q = new C0439q();
for (InterfaceC0418f interfaceC0418f : this.f1572a) {
interfaceC0418f.m3709a(interfaceC0434m, enumC0426b, false, c0439q);
}
for (InterfaceC0418f interfaceC0418f2 : this.f1572a) {
interfaceC0418f2.m3709a(interfaceC0434m, enumC0426b, true, c0439q);
}
}
}