package com.ifpdos.debugmenu.action;

import android.content.Context;
import android.graphics.drawable.Drawable;
import com.ifpdos.debugmenu.action.base.ItemButtonAction;
import d.f.a.j2.b;
import d.f.a.j2.e.d;
import d.f.a.j2.e.e;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public class EnterSubPageAction extends ItemButtonAction {
    private Drawable mIcon;
    private b mMenu;
    private List<d> mPageItems;
    private String mSubPageName;

    public EnterSubPageAction(Context context, b bVar, String str, List<d> list) {
        super(context);
        this.mMenu = bVar;
        this.mSubPageName = str;
        this.mPageItems = list;
    }

    @Override // com.ifpdos.debugmenu.action.base.ItemButtonAction, d.f.a.j2.e.e.a
    public void onClick(Context context, e eVar) {
        this.mMenu.a(this.mSubPageName, this.mPageItems);
    }

    @Override // com.ifpdos.debugmenu.action.base.ItemButtonAction, d.f.a.j2.e.e.a
    public void onLongClick(Context context, e eVar) {
    }

    public EnterSubPageAction(Context context, b bVar, String str, Drawable drawable, List<d> list) {
        super(context);
        this.mMenu = bVar;
        this.mSubPageName = str;
        this.mIcon = drawable;
        this.mPageItems = list;
    }
}
