NetMirror.apk
Download file
package com.facebook.react.animated;
import com.facebook.react.bridge.JSApplicationCausedNativeException;
import com.facebook.react.bridge.ReadableArray;
import com.facebook.react.bridge.ReadableMap;
import s2.AbstractC0711h;
/* JADX INFO: loaded from: classes.dex */
public final class a extends w {
/* JADX INFO: renamed from: i, reason: collision with root package name */
private final o f6375i;
/* JADX INFO: renamed from: j, reason: collision with root package name */
private final int[] f6376j;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public a(ReadableMap readableMap, o oVar) {
int[] iArr;
super(null, 1, null);
D2.h.f(readableMap, "config");
D2.h.f(oVar, "nativeAnimatedNodesManager");
this.f6375i = oVar;
ReadableArray array = readableMap.getArray("input");
if (array == null) {
iArr = new int[0];
} else {
int size = array.size();
int[] iArr2 = new int[size];
for (int i3 = 0; i3 < size; i3++) {
iArr2[i3] = array.getInt(i3);
}
iArr = iArr2;
}
this.f6376j = iArr;
}
@Override // com.facebook.react.animated.w, com.facebook.react.animated.b
public String e() {
return "AdditionAnimatedNode[" + this.f6381d + "]: input nodes: " + AbstractC0711h.w(this.f6376j, null, null, null, 0, null, null, 63, null) + " - super: " + super.e();
}
@Override // com.facebook.react.animated.b
public void h() {
this.f6495f = 0.0d;
double dL = 0.0d;
for (int i3 : this.f6376j) {
b bVarL = this.f6375i.l(i3);
if (!(bVarL instanceof w)) {
throw new JSApplicationCausedNativeException("Illegal node ID set as an input for Animated.Add node");
}
dL += ((w) bVarL).l();
}
this.f6495f = 0.0d + dL;
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file