package defpackage;

import android.content.Context;
import android.graphics.drawable.Drawable;
import androidx.appcompat.widget.AppCompatImageView;
import ar.tvplayer.tv.R;

/* JADX INFO: renamed from: ʽᵤᵺᵦ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C0155 extends AppCompatImageView implements InterfaceC4320 {

    /* JADX INFO: renamed from: ᵨᵼⁱ, reason: contains not printable characters */
    public final /* synthetic */ C1992 f1559;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C0155(C1992 c1992, Context context) {
        super(context, null, R.attr.h);
        this.f1559 = c1992;
        setClickable(true);
        setFocusable(true);
        setVisibility(0);
        setEnabled(true);
        ᵺᵘ.ˀᵭ(this, getContentDescription());
        setOnTouchListener(new C3553(this, this));
    }

    @Override // android.view.View
    public final boolean performClick() {
        if (super.performClick()) {
            return true;
        }
        playSoundEffect(0);
        this.f1559.m5369();
        return true;
    }

    @Override // android.widget.ImageView
    public final boolean setFrame(int i, int i2, int i3, int i4) {
        boolean frame = super.setFrame(i, i2, i3, i4);
        Drawable drawable = getDrawable();
        Drawable background = getBackground();
        if (drawable != null && background != null) {
            int width = getWidth();
            int height = getHeight();
            int iMax = Math.max(width, height) / 2;
            int paddingLeft = (width + (getPaddingLeft() - getPaddingRight())) / 2;
            int paddingTop = (height + (getPaddingTop() - getPaddingBottom())) / 2;
            background.setHotspotBounds(paddingLeft - iMax, paddingTop - iMax, paddingLeft + iMax, paddingTop + iMax);
        }
        return frame;
    }

    @Override // defpackage.InterfaceC4320
    /* JADX INFO: renamed from: ʽˈˋ */
    public final boolean mo1() {
        return false;
    }

    @Override // defpackage.InterfaceC4320
    /* JADX INFO: renamed from: ːˏᵟᵯ */
    public final boolean mo3() {
        return false;
    }
}
