package androidx.core.view;

import android.view.WindowInsetsAnimationControlListener;
import android.view.WindowInsetsAnimationController;
import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes.dex */
public final class j3 implements WindowInsetsAnimationControlListener {
    public void onCancelled(@Nullable WindowInsetsAnimationController windowInsetsAnimationController) {
        throw null;
    }

    public final void onFinished(WindowInsetsAnimationController windowInsetsAnimationController) {
        throw null;
    }

    public final void onReady(WindowInsetsAnimationController windowInsetsAnimationController, int i10) {
        new p2(windowInsetsAnimationController);
        throw null;
    }
}
