package p037.p041.p051;

import android.graphics.Canvas;
import android.graphics.ColorFilter;
import android.graphics.Outline;
import android.graphics.drawable.Drawable;
import androidx.appcompat.widget.ActionBarContainer;

/* JADX INFO: renamed from: މ.ؠ.ގ.ؠ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C1600 extends Drawable {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final ActionBarContainer f5198;

    public C1600(ActionBarContainer actionBarContainer) {
        this.f5198 = actionBarContainer;
    }

    @Override // android.graphics.drawable.Drawable
    public void draw(Canvas canvas) {
        ActionBarContainer actionBarContainer = this.f5198;
        if (actionBarContainer.f234) {
            Drawable drawable = actionBarContainer.f233;
            if (drawable != null) {
                drawable.draw(canvas);
                return;
            }
            return;
        }
        Drawable drawable2 = actionBarContainer.f231;
        if (drawable2 != null) {
            drawable2.draw(canvas);
        }
        ActionBarContainer actionBarContainer2 = this.f5198;
        Drawable drawable3 = actionBarContainer2.f232;
        if (drawable3 == null || !actionBarContainer2.f235) {
            return;
        }
        drawable3.draw(canvas);
    }

    @Override // android.graphics.drawable.Drawable
    public int getOpacity() {
        return 0;
    }

    @Override // android.graphics.drawable.Drawable
    public void getOutline(Outline outline) {
        ActionBarContainer actionBarContainer = this.f5198;
        if (actionBarContainer.f234) {
            Drawable drawable = actionBarContainer.f233;
            if (drawable != null) {
                drawable.getOutline(outline);
                return;
            }
            return;
        }
        Drawable drawable2 = actionBarContainer.f231;
        if (drawable2 != null) {
            drawable2.getOutline(outline);
        }
    }

    @Override // android.graphics.drawable.Drawable
    public void setAlpha(int i) {
    }

    @Override // android.graphics.drawable.Drawable
    public void setColorFilter(ColorFilter colorFilter) {
    }
}
