package M;

import android.text.TextUtils;
import android.view.View;
import n4.u0;

/* JADX INFO: renamed from: M.x, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0193x extends C6.f {

    /* JADX INFO: renamed from: u, reason: collision with root package name */
    public final /* synthetic */ int f4138u;

    public C0193x(int i, Class cls, int i5, int i8, int i9) {
        this.f4138u = i9;
        this.f1390q = i;
        this.f1393t = cls;
        this.f1392s = i5;
        this.f1391r = i8;
    }

    @Override // C6.f
    public final Object c(View view) {
        switch (this.f4138u) {
            case u0.f15495q /* 0 */:
                return E.a(view);
            default:
                return Boolean.valueOf(E.b(view));
        }
    }

    @Override // C6.f
    public final void d(View view, Object obj) {
        switch (this.f4138u) {
            case u0.f15495q /* 0 */:
                E.e(view, (CharSequence) obj);
                break;
            default:
                E.d(view, ((Boolean) obj).booleanValue());
                break;
        }
    }

    @Override // C6.f
    public final boolean g(Object obj, Object obj2) {
        switch (this.f4138u) {
            case u0.f15495q /* 0 */:
                return !TextUtils.equals((CharSequence) obj, (CharSequence) obj2);
            default:
                Boolean bool = (Boolean) obj;
                Boolean bool2 = (Boolean) obj2;
                return !((bool != null && bool.booleanValue()) == (bool2 != null && bool2.booleanValue()));
        }
    }
}
