package com.google.android.material.textfield;

import android.content.Context;
import com.google.android.material.internal.CheckableImageButton;

/* JADX INFO: compiled from: EndIconDelegate.java */
/* JADX INFO: loaded from: classes.dex */
abstract class e {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    TextInputLayout f4297a;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    CheckableImageButton f4299c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    final int f4300d;

    e(TextInputLayout textInputLayout, int i3) {
        this.f4297a = textInputLayout;
        this.f4298b = textInputLayout.getContext();
        this.f4299c = textInputLayout.getEndIconView();
        this.f4300d = i3;
    }

    abstract void a();

    boolean b(int i3) {
        return true;
    }

    void c(boolean z2) {
    }

    boolean d() {
        return false;
    }
}
