NetMirror.apk
Download file
package com.facebook.react.uimanager;
import android.graphics.BlendMode;
import android.os.Build;
import android.view.View;
import android.view.ViewGroup;
import androidx.core.view.AbstractC0248f0;
import d1.AbstractC0505m;
import java.util.Iterator;
/* JADX INFO: renamed from: com.facebook.react.uimanager.w, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0461w {
/* JADX INFO: renamed from: a, reason: collision with root package name */
public static final C0461w f7633a = new C0461w();
private C0461w() {
}
public static final boolean a(ViewGroup viewGroup) {
D2.h.f(viewGroup, "view");
Iterator it = AbstractC0248f0.a(viewGroup).iterator();
while (it.hasNext()) {
if (((View) it.next()).getTag(AbstractC0505m.f9245r) != null) {
return true;
}
}
return false;
}
/* JADX WARN: Failed to restore switch over string. Please report as a decompilation issue */
public static final BlendMode b(String str) {
if (str == null || Build.VERSION.SDK_INT < 29) {
return null;
}
switch (str.hashCode()) {
case -2120744511:
if (str.equals("luminosity")) {
return BlendMode.LUMINOSITY;
}
break;
case -1427739212:
if (str.equals("hard-light")) {
return BlendMode.HARD_LIGHT;
}
break;
case -1338968417:
if (str.equals("darken")) {
return BlendMode.DARKEN;
}
break;
case -1247677005:
if (str.equals("soft-light")) {
return BlendMode.SOFT_LIGHT;
}
break;
case -1091287984:
if (str.equals("overlay")) {
return BlendMode.OVERLAY;
}
break;
case -1039745817:
if (str.equals("normal")) {
return null;
}
break;
case -907689876:
if (str.equals("screen")) {
return BlendMode.SCREEN;
}
break;
case -230491182:
if (str.equals("saturation")) {
return BlendMode.SATURATION;
}
break;
case -120580883:
if (str.equals("color-dodge")) {
return BlendMode.COLOR_DODGE;
}
break;
case 103672:
if (str.equals("hue")) {
return BlendMode.HUE;
}
break;
case 94842723:
if (str.equals("color")) {
return BlendMode.COLOR;
}
break;
case 170546239:
if (str.equals("lighten")) {
return BlendMode.LIGHTEN;
}
break;
case 653829668:
if (str.equals("multiply")) {
return BlendMode.MULTIPLY;
}
break;
case 1242982905:
if (str.equals("color-burn")) {
return BlendMode.COLOR_BURN;
}
break;
case 1686617550:
if (str.equals("exclusion")) {
return BlendMode.EXCLUSION;
}
break;
case 1728361789:
if (str.equals("difference")) {
return BlendMode.DIFFERENCE;
}
break;
}
throw new IllegalArgumentException("Invalid mix-blend-mode name: " + str);
}
}
⚠️ 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