package n;

import android.view.View;
import android.widget.AdapterView;
import androidx.appcompat.widget.SearchView;

/* JADX INFO: renamed from: n.d0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1205d0 implements AdapterView.OnItemSelectedListener {

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

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    public final /* synthetic */ Object f14837r;

    public /* synthetic */ C1205d0(int i, Object obj) {
        this.f14836q = i;
        this.f14837r = obj;
    }

    @Override // android.widget.AdapterView.OnItemSelectedListener
    public final void onItemSelected(AdapterView adapterView, View view, int i, long j8) {
        C1227o0 c1227o0;
        switch (this.f14836q) {
            case n4.u0.f15495q /* 0 */:
                if (i != -1 && (c1227o0 = ((AbstractC1217j0) this.f14837r).f14887s) != null) {
                    c1227o0.setListSelectionHidden(false);
                    break;
                }
                break;
            default:
                ((SearchView) this.f14837r).n(i);
                break;
        }
    }

    @Override // android.widget.AdapterView.OnItemSelectedListener
    public final void onNothingSelected(AdapterView adapterView) {
        int i = this.f14836q;
    }

    private final void a(AdapterView adapterView) {
    }

    private final void b(AdapterView adapterView) {
    }
}
