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.

41 lines
1.1 KiB

package p035l0;
import android.content.Context;
import android.database.Cursor;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
/* renamed from: l0.c */
/* loaded from: classes.dex */
public abstract class AbstractC1420c extends AbstractC1415a {
/* renamed from: l */
public int f3146l;
/* renamed from: m */
public int f3147m;
/* renamed from: n */
public LayoutInflater f3148n;
@Deprecated
public AbstractC1420c(Context context, int i, Cursor cursor, boolean z) {
super(context, cursor, z);
this.f3147m = i;
this.f3146l = i;
this.f3148n = (LayoutInflater) context.getSystemService("layout_inflater");
}
@Override // p035l0.AbstractC1415a
/* renamed from: f */
public View mo1387f(Context context, Cursor cursor, ViewGroup viewGroup) {
return this.f3148n.inflate(this.f3147m, viewGroup, false);
}
@Override // p035l0.AbstractC1415a
/* renamed from: g */
public View mo1386g(Context context, Cursor cursor, ViewGroup viewGroup) {
return this.f3148n.inflate(this.f3146l, viewGroup, false);
}
}