package androidx.fragment.app; import android.app.Activity; import android.content.Context; import android.os.Handler; import android.view.LayoutInflater; import android.view.View; import p020g0.C0737f; /* renamed from: androidx.fragment.app.j */ /* loaded from: classes.dex */ public abstract class AbstractC0317j extends AbstractC0309f { /* renamed from: d */ public final Activity f1327d; /* renamed from: e */ public final Context f1328e; /* renamed from: f */ public final Handler f1329f; /* renamed from: g */ public final int f1330g; /* renamed from: h */ public final AbstractC0330m f1331h; public AbstractC0317j(Activity activity, Context context, Handler handler, int i) { this.f1331h = new C0348n(); this.f1327d = activity; this.f1328e = (Context) C0737f.m3032g(context, "context == null"); this.f1329f = (Handler) C0737f.m3032g(handler, "handler == null"); this.f1330g = i; } public AbstractC0317j(ActivityC0296d activityC0296d) { this(activityC0296d, activityC0296d, new Handler(), 0); } @Override // androidx.fragment.app.AbstractC0309f /* renamed from: g */ public View mo4078g(int i) { return null; } @Override // androidx.fragment.app.AbstractC0309f /* renamed from: h */ public boolean mo4077h() { return true; } /* renamed from: i */ Activity m4076i() { return this.f1327d; } /* renamed from: k */ Context m4075k() { return this.f1328e; } /* renamed from: l */ Handler m4074l() { return this.f1329f; } /* renamed from: m */ public abstract E mo4073m(); /* renamed from: n */ public LayoutInflater mo4072n() { return LayoutInflater.from(this.f1328e); } /* renamed from: o */ public boolean mo4071o(Fragment fragment) { return true; } /* renamed from: p */ public void mo4070p() { } }