package androidx.fragment.app;

import android.animation.AnimatorSet;
import androidx.annotation.DoNotInline;
import org.jetbrains.annotations.NotNull;

/* JADX INFO: loaded from: classes.dex */
public final class k {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final k f2485a = new k();

    @DoNotInline
    public final void a(@NotNull AnimatorSet animatorSet) {
        nb.g.i(animatorSet, "animatorSet");
        animatorSet.reverse();
    }

    @DoNotInline
    public final void b(@NotNull AnimatorSet animatorSet, long j10) {
        nb.g.i(animatorSet, "animatorSet");
        animatorSet.setCurrentPlayTime(j10);
    }
}
