package xyz.netfly.mobile.player;

import androidx.recyclerview.widget.GridLayoutManager;

/* JADX INFO: loaded from: classes3.dex */
public final class o extends GridLayoutManager {

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ o(Object obj, int i10, int i11) {
        super(i10);
        this.f34998a = obj;
    }

    @Override // androidx.recyclerview.widget.LinearLayoutManager, androidx.recyclerview.widget.q1
    public final boolean canScrollVertically() {
        return false;
    }
}
