导航菜单

页面标题

页面副标题

Baubap v3.9.7 - g.java 源代码

正在查看: Baubap v3.9.7 应用的 g.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package aj;

import android.R;
import android.graphics.LightingColorFilter;
import android.graphics.drawable.Drawable;
import android.view.View;
import android.view.ViewGroup;
import android.view.Window;
import android.view.WindowManager;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import com.baubap.modules.home.presentation.HomeFragment;

public final class g extends s30.i implements y30.e {

    public Object f1492k;

    public final HomeFragment f1493l;

    public g(HomeFragment homeFragment, q30.e eVar) {
        super(2, eVar);
        this.f1493l = homeFragment;
    }

    public final q30.e create(Object obj, q30.e eVar) {
        g gVar = new g(this.f1493l, eVar);
        gVar.f1492k = obj;
        return gVar;
    }

    public final Object invoke(Object obj, Object obj2) {
        g create = create((jj.c) obj, (q30.e) obj2);
        m30.x xVar = m30.x.a;
        create.invokeSuspend(xVar);
        return xVar;
    }

    public final Object invokeSuspend(Object obj) {
        View decorView;
        r30.a aVar = r30.a.b;
        lu.n.f0(obj);
        jj.c cVar = (jj.c) this.f1492k;
        HomeFragment homeFragment = this.f1493l;
        xu.b.y(homeFragment, "<this>");
        xu.b.y(cVar, "promotionView");
        rw.b bVar = new rw.b(homeFragment.requireActivity(), 0);
        View inflate = homeFragment.getLayoutInflater().inflate(2131558733, (ViewGroup) null);
        Button button = (Button) inflate.findViewById(2131362226);
        button.setText(cVar.f17929h);
        z50.a.Z(button, new jj.a(homeFragment, 0));
        View findViewById = inflate.findViewById(2131362266);
        xu.b.x(findViewById, "findViewById(...)");
        z50.a.Z(findViewById, new jj.b(inflate, 0));
        View findViewById2 = inflate.findViewById(2131362194);
        xu.b.x(findViewById2, "findViewById(...)");
        z50.a.Z(findViewById2, new jj.b(inflate, 1));
        View findViewById3 = inflate.findViewById(2131362761);
        xu.b.x(findViewById3, "findViewById(...)");
        mo.o.c(homeFragment, (ImageView) findViewById3, "https://media.baubap.com/android/referrals/logo_invita_y_gana.png");
        TextView textView = (TextView) inflate.findViewById(2131363357);
        String str = cVar.f17926e;
        textView.setText(str);
        View findViewById4 = inflate.findViewById(2131362740);
        xu.b.x(findViewById4, "findViewById(...)");
        mo.o.c(homeFragment, (ImageView) findViewById4, cVar.f17925d);
        ((TextView) inflate.findViewById(2131363214)).setText(cVar.f17930i);
        View findViewById5 = inflate.findViewById(2131362760);
        xu.b.x(findViewById5, "findViewById(...)");
        mo.o.c(homeFragment, (ImageView) findViewById5, "https://media.baubap.com/android/referrals/logo_invita_y_gana.png");
        ((TextView) inflate.findViewById(2131363371)).setText(str);
        ((TextView) inflate.findViewById(2131363076)).setText(cVar.f17927f);
        ((TextView) inflate.findViewById(2131363090)).setText(cVar.f17928g);
        i.p create = bVar.e(inflate).create();
        Window window = create.getWindow();
        if (window != null) {
            window.setBackgroundDrawableResource(R.color.transparent);
        }
        Window window2 = create.getWindow();
        Drawable background = (window2 == null || (decorView = window2.getDecorView()) == null) ? null : decorView.getBackground();
        if (background != null) {
            background.setColorFilter(new LightingColorFilter(0, 0));
        }
        Window window3 = create.getWindow();
        WindowManager.LayoutParams attributes = window3 != null ? window3.getAttributes() : null;
        if (attributes != null) {
            attributes.windowAnimations = 2132083373;
        }
        create.show();
        return m30.x.a;
    }
}