package c.b.f;

import android.annotation.SuppressLint;
import android.view.View;
import androidx.appcompat.widget.AppCompatSpinner;

/* JADX INFO: compiled from: AppCompatSpinner.java */
/* JADX INFO: loaded from: classes.dex */
public class b0 extends n0 {
    public final /* synthetic */ AppCompatSpinner.g m;
    public final /* synthetic */ AppCompatSpinner n;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public b0(AppCompatSpinner appCompatSpinner, View view, AppCompatSpinner.g gVar) {
        super(view);
        this.n = appCompatSpinner;
        this.m = gVar;
    }

    @Override // c.b.f.n0
    public c.b.e.i.p b() {
        return this.m;
    }

    @Override // c.b.f.n0
    @SuppressLint({"SyntheticAccessor"})
    public boolean c() {
        if (this.n.getInternalPopup().a()) {
            return true;
        }
        this.n.b();
        return true;
    }
}
