正在查看: Perplexity v2.48.1 应用的 C2439l0.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Perplexity v2.48.1 应用的 C2439l0.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package c2;
import K4.C0552p;
import K5.C0563b;
import L4.AbstractC0706f;
import a3.C1985g;
import a8.AbstractC2013c;
import android.content.Context;
import android.os.Build;
import android.util.Log;
import android.webkit.WebSettings;
import android.webkit.WebView;
import com.google.android.gms.internal.measurement.W1;
import h9.C3905m;
import hn.AbstractC3976a;
import i.C3991O;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.Intrinsics;
import l6.C4990j;
import org.chromium.support_lib_boundary.WebSettingsBoundaryInterface;
import org.chromium.support_lib_boundary.WebkitToCompatConverterBoundaryInterface;
public final class C2439l0 implements Function1 {
public final int f35881w;
public C2439l0(int i10) {
this.f35881w = i10;
}
@Override
public final Object invoke(Object obj) {
Ff.c gVar;
int i10 = 7;
Object obj2 = null;
switch (this.f35881w) {
case 0:
C0552p AnimatedContent = (C0552p) obj;
Intrinsics.h(AnimatedContent, "$this$AnimatedContent");
C1985g c1985g = new C1985g(27);
L4.I0 i02 = K4.L.f10469a;
Object obj3 = L4.S0.f12644a;
return new K4.C(K4.L.i(AbstractC0706f.j(1, new A6.h(Rc.f.c(1, 1))), c1985g).a(K4.L.d(null, 3)), K4.L.j(AbstractC0706f.j(1, new A6.h(Rc.f.c(1, 1))), new C1985g(28)).a(K4.L.e(null, 3)));
case 1:
M5.W graphicsLayer = (M5.W) obj;
Intrinsics.h(graphicsLayer, "$this$graphicsLayer");
graphicsLayer.d(true);
return Unit.f52701a;
case 2:
C0552p AnimatedContent2 = (C0552p) obj;
Intrinsics.h(AnimatedContent2, "$this$AnimatedContent");
L.T0 t02 = L.T0.f11449y;
return new K4.C(AbstractC2013c.T(t02), AbstractC2013c.U(t02));
case 3:
Intrinsics.h((C0552p) obj, "$this$composable");
return AbstractC2013c.T(L.T0.f11446X);
case 4:
C0552p composable = (C0552p) obj;
Intrinsics.h(composable, "$this$composable");
if (Intrinsics.c(((C3905m) composable.c()).f47274x.f47174Z, "Main.HomeTabs")) {
return AbstractC2013c.U(L.T0.f11448x);
}
return null;
case 5:
y3.d it = (y3.d) obj;
Intrinsics.h(it, "it");
return it.f71224a;
case 6:
C0552p AnimatedContent3 = (C0552p) obj;
Intrinsics.h(AnimatedContent3, "$this$AnimatedContent");
return new K4.C(AbstractC2013c.X(), AbstractC2013c.Y());
case 7:
C0552p AnimatedContent4 = (C0552p) obj;
Intrinsics.h(AnimatedContent4, "$this$AnimatedContent");
return new K4.C(AbstractC2013c.X(), AbstractC2013c.Y());
case 8:
C0552p AnimatedContent5 = (C0552p) obj;
Intrinsics.h(AnimatedContent5, "$this$AnimatedContent");
return new K4.C(AbstractC2013c.X(), AbstractC2013c.Y());
case 9:
C4990j semantics = (C4990j) obj;
Intrinsics.h(semantics, "$this$semantics");
l6.s.n(semantics);
l6.s.o(semantics, 6.0f);
return Unit.f52701a;
case 10:
C4990j semantics2 = (C4990j) obj;
Intrinsics.h(semantics2, "$this$semantics");
l6.s.o(semantics2, 4.0f);
return Unit.f52701a;
case 11:
C4990j semantics3 = (C4990j) obj;
Intrinsics.h(semantics3, "$this$semantics");
l6.s.o(semantics3, 5.0f);
return Unit.f52701a;
case 12:
C4990j semantics4 = (C4990j) obj;
Intrinsics.h(semantics4, "$this$semantics");
l6.s.k(semantics4, 0);
return Unit.f52701a;
case 13:
C3991O it2 = (C3991O) obj;
Intrinsics.h(it2, "it");
return it2.f47656a;
case 14:
String word = (String) obj;
Intrinsics.h(word, "word");
if (word.length() <= 0) {
return word;
}
char upperCase = Character.toUpperCase(word.charAt(0));
String substring = word.substring(1);
Intrinsics.g(substring, "substring(...)");
return upperCase + substring;
case 15:
Context context = (Context) obj;
Intrinsics.h(context, "context");
WebView webView = new WebView(context);
if (W1.y("ALGORITHMIC_DARKENING")) {
WebSettings settings = webView.getSettings();
if (!D9.j.f3382a.b()) {
throw new UnsupportedOperationException("This method is not supported by the current version of the framework and the current WebView APK");
}
try {
gVar = new Ff.c((WebSettingsBoundaryInterface) AbstractC3976a.L(WebSettingsBoundaryInterface.class, ((WebkitToCompatConverterBoundaryInterface) D9.k.f3385a.f5537x).convertSettings(settings)), i10);
} catch (ClassCastException e10) {
if (Build.VERSION.SDK_INT != 30 || !"android.webkit.WebSettingsWrapper".equals(settings.getClass().getCanonicalName())) {
throw e10;
}
Log.e("WebSettingsCompat", "Error converting WebSettings to Chrome implementation. All AndroidX method calls on this WebSettings instance will be no-op calls. See https://crbug.com/388824130 for more info.", e10);
gVar = new D9.g(obj2, i10);
}
gVar.D();
}
webView.setBackgroundColor(0);
return webView;
case 16:
C4990j semantics5 = (C4990j) obj;
Intrinsics.h(semantics5, "$this$semantics");
l6.s.k(semantics5, 0);
return Unit.f52701a;
case 17:
C0552p AnimatedContent6 = (C0552p) obj;
Intrinsics.h(AnimatedContent6, "$this$AnimatedContent");
return new K4.C(AbstractC2013c.X(), AbstractC2013c.Y());
case 18:
C0552p AnimatedContent7 = (C0552p) obj;
Intrinsics.h(AnimatedContent7, "$this$AnimatedContent");
return new K4.C(AbstractC2013c.X(), AbstractC2013c.Y());
case 19:
C0552p AnimatedContent8 = (C0552p) obj;
Intrinsics.h(AnimatedContent8, "$this$AnimatedContent");
return new K4.C(AbstractC2013c.X(), AbstractC2013c.Y());
case 20:
C0552p AnimatedContent9 = (C0552p) obj;
Intrinsics.h(AnimatedContent9, "$this$AnimatedContent");
return new K4.C(AbstractC2013c.X(), AbstractC2013c.Y());
case 21:
C0552p AnimatedContent10 = (C0552p) obj;
Intrinsics.h(AnimatedContent10, "$this$AnimatedContent");
return new K4.C(AbstractC2013c.X(), AbstractC2013c.Y());
case 22:
C0552p AnimatedContent11 = (C0552p) obj;
Intrinsics.h(AnimatedContent11, "$this$AnimatedContent");
return new K4.C(AbstractC2013c.X(), AbstractC2013c.Y());
case 23:
C4990j semantics6 = (C4990j) obj;
Intrinsics.h(semantics6, "$this$semantics");
l6.s.k(semantics6, 2);
return Unit.f52701a;
case 24:
C0552p AnimatedContent12 = (C0552p) obj;
Intrinsics.h(AnimatedContent12, "$this$AnimatedContent");
return new K4.C(AbstractC2013c.X(), AbstractC2013c.Y());
case 25:
C0552p AnimatedContent13 = (C0552p) obj;
Intrinsics.h(AnimatedContent13, "$this$AnimatedContent");
return new K4.C(K4.L.d(AbstractC0706f.k(0, 0, null, 6), 2), K4.L.e(AbstractC2013c.m0(), 2));
case 26:
C0552p AnimatedContent14 = (C0552p) obj;
Intrinsics.h(AnimatedContent14, "$this$AnimatedContent");
return new K4.C(AbstractC2013c.X(), AbstractC2013c.Y());
case 27:
C0552p AnimatedContent15 = (C0552p) obj;
Intrinsics.h(AnimatedContent15, "$this$AnimatedContent");
return new K4.C(AbstractC2013c.X(), AbstractC2013c.Y());
case 28:
K5.m focusProperties = (K5.m) obj;
Intrinsics.h(focusProperties, "$this$focusProperties");
focusProperties.a(new C2439l0(29));
return Unit.f52701a;
default:
C0563b c0563b = (C0563b) obj;
return ((c0563b != null && c0563b.f10659a == 8) || (c0563b != null && c0563b.f10659a == 7)) ? K5.s.f10705b : K5.s.f10706c;
}
}
}