79 lines
1.7 KiB
Java
79 lines
1.7 KiB
Java
|
package o;
|
||
|
|
||
|
import android.app.Activity;
|
||
|
import android.content.Context;
|
||
|
import android.content.Intent;
|
||
|
import android.os.Bundle;
|
||
|
import android.os.Handler;
|
||
|
import android.view.LayoutInflater;
|
||
|
import android.view.View;
|
||
|
import androidx.fragment.app.Fragment;
|
||
|
import androidx.fragment.app.FragmentActivity;
|
||
|
import java.io.PrintWriter;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public abstract class vjh<E> extends wTJ {
|
||
|
public final Handler a;
|
||
|
private final int b;
|
||
|
final Context c;
|
||
|
final Activity d;
|
||
|
final yRS e;
|
||
|
|
||
|
public void a() {
|
||
|
}
|
||
|
|
||
|
public boolean a(String str) {
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
@Override // o.wTJ
|
||
|
public View b(int i) {
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
public void c(String str, PrintWriter printWriter, String[] strArr) {
|
||
|
}
|
||
|
|
||
|
@Override // o.wTJ
|
||
|
public boolean c() {
|
||
|
return true;
|
||
|
}
|
||
|
|
||
|
public abstract E e();
|
||
|
|
||
|
public vjh(FragmentActivity fragmentActivity) {
|
||
|
this(fragmentActivity, fragmentActivity, new Handler());
|
||
|
}
|
||
|
|
||
|
private vjh(Activity activity, Context context, Handler handler) {
|
||
|
this.e = new C0923Rqq();
|
||
|
this.d = activity;
|
||
|
if (context == null) {
|
||
|
throw new NullPointerException("context == null");
|
||
|
}
|
||
|
this.c = context;
|
||
|
this.a = handler;
|
||
|
this.b = 0;
|
||
|
}
|
||
|
|
||
|
public LayoutInflater yp_() {
|
||
|
return LayoutInflater.from(this.c);
|
||
|
}
|
||
|
|
||
|
public final void yq_(Fragment fragment, Intent intent, int i, Bundle bundle) {
|
||
|
nMh.startActivity(this.c, intent, bundle);
|
||
|
}
|
||
|
|
||
|
public final Handler yo_() {
|
||
|
return this.a;
|
||
|
}
|
||
|
|
||
|
public final Context g() {
|
||
|
return this.c;
|
||
|
}
|
||
|
|
||
|
public final Activity yn_() {
|
||
|
return this.d;
|
||
|
}
|
||
|
}
|