what-the-bank/sources/o/C3098arB.java

43 lines
1.5 KiB
Java

package o;
import com.kofax.mobile.sdk._internal.impl.extraction.rtti.RttiJsonExactionHelper;
/* renamed from: o.arB, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C3098arB extends C0743NnU<ofN> {
public C3098arB(ofN ofn) {
super(ofn);
}
@Override // o.C0743NnU
public final String d(int i) {
if (i != 8) {
if (i != 10) {
return super.d(i);
}
return d(10, 3, "HDR Image", "Original Image");
}
Axo[] m = ((ofN) this.a).m(8);
if (m == null || m.length != 3) {
return null;
}
StringBuilder sb = new StringBuilder();
Object[] objArr = new Object[2];
Axo axo = m[0];
objArr[0] = Double.valueOf(new Axo(Math.abs(axo.b), Math.abs(axo.c)).doubleValue());
objArr[1] = m[0].d() ? RttiJsonExactionHelper.LEFT : "right";
sb.append(String.format("%.2fg %s, ", objArr));
Object[] objArr2 = new Object[2];
Axo axo2 = m[1];
objArr2[0] = Double.valueOf(new Axo(Math.abs(axo2.b), Math.abs(axo2.c)).doubleValue());
objArr2[1] = m[1].d() ? "down" : "up";
sb.append(String.format("%.2fg %s, ", objArr2));
Object[] objArr3 = new Object[2];
Axo axo3 = m[2];
objArr3[0] = Double.valueOf(new Axo(Math.abs(axo3.b), Math.abs(axo3.c)).doubleValue());
objArr3[1] = m[2].d() ? "forward" : "backward";
sb.append(String.format("%.2fg %s", objArr3));
return sb.toString();
}
}