package p138.p145.p146.p151.p160.p161;

import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.drawable.BitmapDrawable;
import p000.p001.p002.p003.p004.C0567;
import p138.p145.p146.p151.p154.InterfaceC2927;
import p138.p145.p146.p151.p154.InterfaceC2932;

/* JADX INFO: renamed from: ދ.ؠ.֏.ތ.ތ.ހ.ޑ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3108 implements InterfaceC2932<BitmapDrawable>, InterfaceC2927 {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final Resources f9333;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final InterfaceC2932<Bitmap> f9334;

    public C3108(Resources resources, InterfaceC2932<Bitmap> interfaceC2932) {
        C0567.m1858(resources, "Argument must not be null");
        this.f9333 = resources;
        C0567.m1858(interfaceC2932, "Argument must not be null");
        this.f9334 = interfaceC2932;
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static InterfaceC2932<BitmapDrawable> m5192(Resources resources, InterfaceC2932<Bitmap> interfaceC2932) {
        if (interfaceC2932 == null) {
            return null;
        }
        return new C3108(resources, interfaceC2932);
    }

    @Override // p138.p145.p146.p151.p154.InterfaceC2932
    public BitmapDrawable get() {
        return new BitmapDrawable(this.f9333, this.f9334.get());
    }

    @Override // p138.p145.p146.p151.p154.InterfaceC2927
    /* JADX INFO: renamed from: ֏ */
    public void mo5068() {
        InterfaceC2932<Bitmap> interfaceC2932 = this.f9334;
        if (interfaceC2932 instanceof InterfaceC2927) {
            ((InterfaceC2927) interfaceC2932).mo5068();
        }
    }

    @Override // p138.p145.p146.p151.p154.InterfaceC2932
    /* JADX INFO: renamed from: ؠ */
    public int mo5064() {
        return this.f9334.mo5064();
    }

    @Override // p138.p145.p146.p151.p154.InterfaceC2932
    /* JADX INFO: renamed from: ހ */
    public Class<BitmapDrawable> mo5065() {
        return BitmapDrawable.class;
    }

    @Override // p138.p145.p146.p151.p154.InterfaceC2932
    /* JADX INFO: renamed from: ށ */
    public void mo5066() {
        this.f9334.mo5066();
    }
}
