正在查看: klikUMKM v2.0.1 应用的 c.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: klikUMKM v2.0.1 应用的 c.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package ga;
import android.os.Bundle;
import android.os.Looper;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.FrameLayout;
import android.widget.LinearLayout;
import androidx.media.o;
import com.yx.credit.base.YxApplication;
import com.yx.credit.indonesia.R$id;
import com.yx.credit.indonesia.R$layout;
import com.yx.credit.indonesia.http.entity.CheckLoanRsp;
import com.yx.credit.indonesia.http.entity.HomeJumpStepRsp;
import com.yx.credit.indonesia.http.entity.HomePageRsp;
import com.yx.credit.indonesia.view.BannerView;
import com.yx.credit.indonesia.view.LoadingErrorView;
import com.yx.credit.indonesia.view.LoadingView;
import j4.m;
import java.util.HashMap;
public class c extends d implements View.OnClickListener, ha.c {
public FrameLayout f8533c0;
public FrameLayout f8534d0;
public FrameLayout f8535e0;
public LoadingView f8536f0;
public BannerView f8537g0;
public LoadingErrorView f8538h0;
public o i0;
public View j0;
public final p6.f f8532b0 = new p6.f(29);
public final b f8539k0 = new b(this, Looper.getMainLooper());
@Override
public final void C(Bundle bundle) {
super.C(bundle);
this.f11295a0 = System.currentTimeMillis();
androidx.constraintlayout.compose.a.y("HomeFragment");
}
@Override
public final View D(LayoutInflater layoutInflater, ViewGroup viewGroup, Bundle bundle) {
View inflate = layoutInflater.inflate(R$layout.fragment_home, viewGroup, false);
this.j0 = inflate;
this.f8533c0 = (FrameLayout) inflate.findViewById(R$id.fl_container);
((LinearLayout) this.j0.findViewById(R$id.ll_back_fragment_home)).setPadding(0, m.o(YxApplication.f7325c), 0, 0);
this.f8534d0 = (FrameLayout) this.j0.findViewById(R$id.fl_supervision_department_one_fragment_home);
this.f8535e0 = (FrameLayout) this.j0.findViewById(R$id.fl_supervision_department_two_fragment_home);
this.f8536f0 = (LoadingView) this.j0.findViewById(R$id.loading_view_fragment);
this.f8538h0 = (LoadingErrorView) this.j0.findViewById(R$id.loading_error_view_fragment);
this.f8537g0 = (BannerView) this.j0.findViewById(R$id.banner_view_fragment);
this.f8534d0.setOnClickListener(this);
this.f8535e0.setOnClickListener(this);
this.f8538h0.setRetryListener(new ba.a(6, this));
this.i0 = new o(23, this);
return this.j0;
}
@Override
public final void E() {
super.E();
androidx.constraintlayout.compose.a.x("HomeFragment", System.currentTimeMillis() - this.f11295a0);
}
@Override
public final void F() {
this.G = true;
this.f8539k0.removeCallbacksAndMessages(null);
o oVar = this.i0;
if (oVar != null) {
oVar.f4990b = null;
}
this.f8532b0.getClass();
p6.f.n();
}
@Override
public final void I() {
super.I();
T();
}
public final void T() {
this.f8539k0.removeCallbacksAndMessages(null);
if (this.j0 == null) {
return;
}
this.f8536f0.setVisibility(0);
this.f8538h0.setVisibility(8);
HashMap hashMap = new HashMap();
com.yx.credit.base.net.k.a.w("https://api.klikumkm.co.id/api/indo/overview", hashMap, HomePageRsp.class, true).M(cb.b.a()).R(new a(this, 0));
}
@Override
public final void b(boolean z10) {
if (z10) {
T();
}
}
@Override
public final void c() {
}
@Override
public final void d(HomeJumpStepRsp.HomeJumpStepResult homeJumpStepResult) {
}
@Override
public final void g(CheckLoanRsp.Data data) {
}
@Override
public final void i() {
}
@Override
public final void onClick(View view) {
if (view.getId() == this.f8534d0.getId()) {
return;
}
this.f8535e0.getId();
}
}