package defpackage;

import android.view.WindowInsetsAnimationControlListener;
import android.view.WindowInsetsAnimationController;

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

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

    public final void onReady(WindowInsetsAnimationController windowInsetsAnimationController, int i) {
        throw null;
    }
}
