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.

21 lines
541 B

package androidx.fragment.app;
import android.content.Context;
import android.os.Bundle;
import android.view.View;
/* renamed from: androidx.fragment.app.f */
/* loaded from: classes.dex */
public abstract class AbstractC0309f {
@Deprecated
/* renamed from: f */
public Fragment m4111f(Context context, String str, Bundle bundle) {
return Fragment.m4252T(context, str, bundle);
}
/* renamed from: g */
public abstract View mo4078g(int i);
/* renamed from: h */
public abstract boolean mo4077h();
}