导航菜单

页面标题

页面副标题

Fancy Optimizer v4.6.3 - RemoveGameActivity.java 源代码

正在查看: Fancy Optimizer v4.6.3 应用的 RemoveGameActivity.java JAVA 源代码文件

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


package com.fancyclean.boost.gameassistant.ui.activity;

import android.content.Context;
import android.os.Bundle;
import android.widget.Button;
import android.widget.ProgressBar;
import androidx.recyclerview.widget.GridLayoutManager;
import com.fancyclean.boost.gameassistant.model.GameApp;
import com.fancyclean.boost.gameassistant.ui.presenter.RemoveGamePresenter;
import com.thinkyeah.common.ui.view.ThinkRecyclerView;
import com.thinkyeah.common.ui.view.TitleBar;
import gl.d;
import java.util.List;
import s8.g;
import t8.c;
import u8.e;
import u8.f;
import w7.a;

@d(RemoveGamePresenter.class)
public class RemoveGameActivity extends v7.a<e> implements f {
    public c l;
    public ProgressBar m;
    public final a n = new a();

    public class a implements c.a {
    }

    @Override
    public final void b() {
        this.m.setVisibility(0);
    }

    @Override
    public final void d(List<GameApp> list) {
        this.m.setVisibility(8);
        c cVar = this.l;
        cVar.m = list;
        cVar.n.clear();
        this.l.notifyDataSetChanged();
    }

    public final void onCreate(Bundle bundle) {
        super.onCreate(bundle);
        setContentView(2131558512);
        TitleBar.a configure = findViewById(2131363196).getConfigure();
        configure.e(2131887938);
        configure.g(new s8.e(this));
        configure.a();
        ThinkRecyclerView findViewById = findViewById(2131363001);
        c cVar = new c(this);
        this.l = cVar;
        cVar.o = this.n;
        if (!cVar.i) {
            cVar.i = true;
            a.InterfaceC0281a interfaceC0281a = cVar.j;
            if (interfaceC0281a != null) {
                interfaceC0281a.b();
            }
        }
        findViewById.setLayoutManager(new GridLayoutManager(this, 3));
        findViewById.setAdapter(this.l);
        findViewById.setHasFixedSize(true);
        Button button = (Button) findViewById(2131362021);
        button.setOnClickListener(new s8.f(this));
        button.setEnabled(false);
        this.m = (ProgressBar) findViewById(2131362114);
        this.l.j = new g(this, button);
        ((e) W2()).b();
    }

    @Override
    public final Context getContext() {
        return this;
    }
}