package o; import android.graphics.Bitmap; /* loaded from: classes.dex */ public final class EQc implements Ezi, WJU { private final Bitmap d; private final sqY e; public EQc(Bitmap bitmap, sqY sqy) { if (bitmap == null) { throw new NullPointerException("Bitmap must not be null"); } this.d = bitmap; if (sqy == null) { throw new NullPointerException("BitmapPool must not be null"); } this.e = sqy; } @Override // o.Ezi public final Class d() { return Bitmap.class; } @Override // o.Ezi public final int a() { return FKd.FX_(this.d); } @Override // o.Ezi public final void b() { this.e.EP_(this.d); } @Override // o.WJU public final void c() { this.d.prepareToDraw(); } @Override // o.Ezi public final /* bridge */ /* synthetic */ Bitmap e() { return this.d; } }