package c.b.e.i;

import android.content.Context;
import android.view.LayoutInflater;
import c.b.e.i.m;

/* JADX INFO: compiled from: BaseMenuPresenter.java */
/* JADX INFO: loaded from: classes.dex */
public abstract class b implements m {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public Context f671b;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public Context f672e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public g f673f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public LayoutInflater f674g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public m.a f675h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public int f676i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public int f677j;

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public n f678k;

    public b(Context context, int i2, int i3) {
        this.f671b = context;
        this.f674g = LayoutInflater.from(context);
        this.f676i = i2;
        this.f677j = i3;
    }

    @Override // c.b.e.i.m
    public boolean e(g gVar, i iVar) {
        return false;
    }

    @Override // c.b.e.i.m
    public boolean f(g gVar, i iVar) {
        return false;
    }

    @Override // c.b.e.i.m
    public void g(m.a aVar) {
        this.f675h = aVar;
    }
}
