package com.google.android.material.bottomsheet;

import android.view.View;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import q0.s;

/* JADX INFO: loaded from: classes2.dex */
public final class d implements s {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ BottomSheetBehavior f22309b;

    public d(BottomSheetBehavior bottomSheetBehavior, int i10) {
        this.f22309b = bottomSheetBehavior;
        this.f22308a = i10;
    }

    @Override // q0.s
    public boolean perform(@NonNull View view, @Nullable q0.k kVar) {
        this.f22309b.J(this.f22308a);
        return true;
    }
}
