package h0;

import android.view.View;
import android.view.ViewGroup;

/* JADX INFO: renamed from: h0.B, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class ViewOnAttachStateChangeListenerC0994B implements View.OnAttachStateChangeListener {

    /* JADX INFO: renamed from: q, reason: collision with root package name */
    public final /* synthetic */ W f13031q;

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    public final /* synthetic */ LayoutInflaterFactory2C0995C f13032r;

    public ViewOnAttachStateChangeListenerC0994B(LayoutInflaterFactory2C0995C layoutInflaterFactory2C0995C, W w4) {
        this.f13032r = layoutInflaterFactory2C0995C;
        this.f13031q = w4;
    }

    @Override // android.view.View.OnAttachStateChangeListener
    public final void onViewAttachedToWindow(View view) {
        W w4 = this.f13031q;
        w4.k();
        C1013m.i((ViewGroup) w4.f13125c.X.getParent(), this.f13032r.f13033q).h();
    }

    @Override // android.view.View.OnAttachStateChangeListener
    public final void onViewDetachedFromWindow(View view) {
    }
}
