package com.google.android.material.textfield; import android.content.Context; import com.google.android.material.internal.CheckableImageButton; /* loaded from: classes2.dex */ abstract class e { /* renamed from: a, reason: collision with root package name */ TextInputLayout f4744a; /* renamed from: b, reason: collision with root package name */ Context f4745b; /* renamed from: c, reason: collision with root package name */ CheckableImageButton f4746c; e(TextInputLayout textInputLayout) { this.f4744a = textInputLayout; this.f4745b = textInputLayout.getContext(); this.f4746c = textInputLayout.getEndIconView(); } abstract void a(); boolean b(int i10) { return true; } boolean c() { return false; } }