package defpackage;

import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import ar.tvplayer.tv.R;

/* JADX INFO: renamed from: ˈᵰ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public abstract class AbstractC1113 extends AbstractC0658 {
    public AbstractC1113() {
        ˑᵕʾ.ᵲᵶᵳˈ(this);
    }

    @Override // defpackage.AbstractC4785, defpackage.AbstractComponentCallbacksC3393
    /* JADX INFO: renamed from: ˊʧᵖ, reason: contains not printable characters */
    public void mo3604(View view, Bundle bundle) {
        super.mo3604(view, bundle);
        m3606(this.f18206.f6506.f781);
    }

    @Override // defpackage.AbstractC4785, defpackage.AbstractComponentCallbacksC3393
    /* JADX INFO: renamed from: ᵚᵹᵔᵜ, reason: contains not printable characters */
    public final View mo3605(LayoutInflater layoutInflater, ViewGroup viewGroup, Bundle bundle) {
        View viewMo3605 = super.mo3605(layoutInflater, viewGroup, bundle);
        View viewInflate = LayoutInflater.from(viewMo3605.getContext()).inflate(R.layout.h, viewGroup, false);
        ((ViewGroup) viewInflate.findViewById(R.id.h)).addView(viewMo3605);
        return viewInflate;
    }

    /* JADX INFO: renamed from: ᵴˑʤᵷ, reason: contains not printable characters */
    public void m3606(CharSequence charSequence) {
        View view = this.f13046;
        TextView textView = view == null ? null : (TextView) view.findViewById(R.id.h);
        if (textView != null) {
            textView.setText(charSequence);
        }
    }
}
