导航菜单

页面标题

页面副标题

Mint v5.7.3 - q.java 源代码

正在查看: Mint v5.7.3 应用的 q.java JAVA 源代码文件

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


package e8;

import android.content.Context;
import android.view.View;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import com.htmedia.mint.pojo.companies.trendlyne.TrendlyneWidgetPojo;
import com.htmedia.mint.utils.f0;
import com.thoughtbot.expandablerecyclerview.BuildConfig;
import java.util.ArrayList;
import q7.a8;

public class q {
    private final ArrayList<TrendlyneWidgetPojo> a;

    public q(Context context, View view, String str) {
        ArrayList<TrendlyneWidgetPojo> arrayList = new ArrayList<>();
        this.a = arrayList;
        a(str);
        RecyclerView findViewById = view.findViewById(2131430265);
        a8 a8Var = new a8(context, arrayList);
        findViewById.setLayoutManager(new LinearLayoutManager(context));
        findViewById.setAdapter(a8Var);
    }

    private void a(String str) {
        TrendlyneWidgetPojo trendlyneWidgetPojo = new TrendlyneWidgetPojo("Stock health (SWOT)<sup><font color='red'><big>.</big></font></sup>", "https://trendlyne.com/web-widget/swot-widget/Poppins/" + str, BuildConfig.FLAVOR, str, true);
        TrendlyneWidgetPojo trendlyneWidgetPojo2 = new TrendlyneWidgetPojo("End of day technicals<sup><font color='red'><big>.</big></font></sup>", "https://trendlyne.com/web-widget/technical-widget/Poppins/" + str, BuildConfig.FLAVOR, str, true);
        TrendlyneWidgetPojo trendlyneWidgetPojo3 = new TrendlyneWidgetPojo("Stock value (QVT)<sup><font color='red'><big>.</big></font></sup>", "https://trendlyne.com/web-widget/qvt-widget/Poppins/" + str, BuildConfig.FLAVOR, str, true);
        TrendlyneWidgetPojo trendlyneWidgetPojo4 = new TrendlyneWidgetPojo("Stock buy checklist<sup><font color='red'><big>.</big></font></sup>", "https://trendlyne.com/web-widget/checklist-widget/Poppins/" + str, BuildConfig.FLAVOR, str, true);
        this.a.add(trendlyneWidgetPojo);
        if (f0.r0().isShowEndOfDayTechnical()) {
            this.a.add(trendlyneWidgetPojo2);
        }
        this.a.add(trendlyneWidgetPojo3);
        this.a.add(trendlyneWidgetPojo4);
    }
}