package y6; import android.graphics.drawable.Drawable; import androidx.recyclerview.widget.RecyclerView; import b7.k; /* loaded from: classes2.dex */ public abstract class c implements h { /* renamed from: a, reason: collision with root package name */ private final int f15644a; /* renamed from: b, reason: collision with root package name */ private final int f15645b; /* renamed from: c, reason: collision with root package name */ private x6.c f15646c; public c() { this(RecyclerView.UNDEFINED_DURATION, RecyclerView.UNDEFINED_DURATION); } @Override // y6.h public void a(Drawable drawable) { } @Override // y6.h public void b(Drawable drawable) { } @Override // y6.h public final x6.c c() { return this.f15646c; } @Override // y6.h public final void e(g gVar) { gVar.c(this.f15644a, this.f15645b); } @Override // y6.h public final void f(x6.c cVar) { this.f15646c = cVar; } @Override // y6.h public final void j(g gVar) { } @Override // u6.e public void onDestroy() { } @Override // u6.e public void onStart() { } @Override // u6.e public void onStop() { } public c(int i10, int i11) { if (k.s(i10, i11)) { this.f15644a = i10; this.f15645b = i11; return; } throw new IllegalArgumentException("Width and height must both be > 0 or Target#SIZE_ORIGINAL, but given width: " + i10 + " and height: " + i11); } }