package p037.p091.p095;

import android.graphics.PointF;
import p037.p091.p095.C2127;

/* JADX INFO: renamed from: މ.މ.ލ.ޅ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C2135 extends C2127.AbstractC2130 {

    /* JADX INFO: renamed from: ޏ, reason: contains not printable characters */
    public final /* synthetic */ C2127 f6962;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C2135(C2127 c2127) {
        super();
        this.f6962 = c2127;
    }

    @Override // androidx.recyclerview.widget.RecyclerView.AbstractC0218
    /* JADX INFO: renamed from: ֏ */
    public PointF mo721(int i) {
        if (this.f1288.f1169.m664() == 0) {
            return null;
        }
        C2127 c2127 = this.f6962;
        boolean z = false;
        int iM681 = c2127.m681(c2127.m659(0));
        if ((this.f6962.f6910 & 262144) == 0 ? i < iM681 : i > iM681) {
            z = true;
        }
        int i2 = z ? -1 : 1;
        return this.f6962.f6902 == 0 ? new PointF(i2, 0.0f) : new PointF(0.0f, i2);
    }
}
