Wolves Themes v1.0版本的 MD5 值为:cddc92b47f6b7c4a195c9625507eb51c

以下内容为反编译后的 b.java 源代码,内容仅作参考


package com.applovin.impl.adview;

import android.app.Activity;
import android.content.Context;
import android.net.Uri;
import android.view.ViewGroup;
import com.applovin.adview.AppLovinAdView;
import com.applovin.adview.AppLovinAdViewEventListener;
import com.applovin.impl.sdk.AppLovinAdServiceImpl;
import com.applovin.impl.sdk.ee;
import com.applovin.impl.sdk.gd;
import com.applovin.sdk.AppLovinAd;
import com.applovin.sdk.AppLovinLogger;
import com.applovin.sdk.AppLovinSdk;
public class b implements Runnable {
    final AdViewControllerImpl a;

    public b(AdViewControllerImpl adViewControllerImpl) {
        this.a = adViewControllerImpl;
    }

    @Override
    public void run() {
        ar arVar;
        AppLovinAd appLovinAd;
        n nVar;
        AppLovinAd appLovinAd2;
        Context context;
        AppLovinLogger appLovinLogger;
        AppLovinSdk appLovinSdk;
        n nVar2;
        AppLovinAdServiceImpl appLovinAdServiceImpl;
        String str;
        com.applovin.impl.sdk.g gVar;
        com.applovin.impl.sdk.g gVar2;
        ViewGroup viewGroup;
        String str2;
        n nVar3;
        AppLovinSdk appLovinSdk2;
        ar arVar2;
        ar arVar3;
        AppLovinAdViewEventListener appLovinAdViewEventListener;
        AppLovinAd appLovinAd3;
        ViewGroup viewGroup2;
        AppLovinSdk appLovinSdk3;
        com.applovin.impl.sdk.g gVar3;
        com.applovin.impl.sdk.g gVar4;
        ViewGroup viewGroup3;
        n nVar4;
        n nVar5;
        AppLovinSdk appLovinSdk4;
        arVar = this.a.s;
        if (arVar != null) {
            return;
        }
        appLovinAd = this.a.p;
        if (appLovinAd instanceof com.applovin.impl.sdk.m) {
            nVar = this.a.l;
            if (nVar == null) {
                return;
            }
            appLovinAd2 = this.a.p;
            com.applovin.impl.sdk.m mVar = (com.applovin.impl.sdk.m) appLovinAd2;
            context = this.a.a;
            boolean z = context instanceof Activity;
            Activity activity = context;
            if (!z) {
                nVar5 = this.a.l;
                appLovinSdk4 = this.a.c;
                activity = gd.a(nVar5, appLovinSdk4);
            }
            if (!(activity instanceof Activity)) {
                appLovinLogger = this.a.e;
                appLovinLogger.userError("AppLovinAdView", "Unable to expand ad. No Activity found.");
                Uri g = mVar.g();
                appLovinSdk = this.a.c;
                ee eeVar = new ee(appLovinSdk);
                if (g != null && eeVar.ah()) {
                    appLovinAdServiceImpl = this.a.d;
                    str = this.a.h;
                    appLovinAdServiceImpl.trackAndLaunchClick(mVar, str, this.a.getParentView(), this.a, g);
                    gVar = this.a.i;
                    if (gVar != null) {
                        gVar2 = this.a.i;
                        gVar2.b();
                    }
                }
                nVar2 = this.a.l;
                nVar2.a("javascript:al_onFailedExpand();");
                return;
            }
            viewGroup = this.a.b;
            if (viewGroup != null) {
                viewGroup3 = this.a.b;
                nVar4 = this.a.l;
                viewGroup3.removeView(nVar4);
            }
            AdViewControllerImpl adViewControllerImpl = this.a;
            str2 = this.a.h;
            nVar3 = this.a.l;
            appLovinSdk2 = this.a.c;
            adViewControllerImpl.s = new ar(mVar, str2, nVar3, (Activity) activity, appLovinSdk2);
            arVar2 = this.a.s;
            arVar2.setOnDismissListener(new c(this));
            arVar3 = this.a.s;
            arVar3.show();
            appLovinAdViewEventListener = this.a.B;
            appLovinAd3 = this.a.p;
            viewGroup2 = this.a.b;
            appLovinSdk3 = this.a.c;
            com.applovin.impl.sdk.bv.a(appLovinAdViewEventListener, appLovinAd3, (AppLovinAdView) viewGroup2, appLovinSdk3);
            gVar3 = this.a.i;
            if (gVar3 != null) {
                gVar4 = this.a.i;
                gVar4.d();
            }
        }
    }
}