正在查看: TodoCrédito v1.4 应用的 Keypad.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: TodoCrédito v1.4 应用的 Keypad.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.tdcd.mx.bowlines.nobleman;
import android.content.res.ColorStateList;
import android.os.Bundle;
import android.os.CountDownTimer;
import android.view.KeyEvent;
import android.view.View;
import android.widget.ProgressBar;
import com.gyf.immersionbar.m;
import com.tdcd.mx.bowlines.bcojqc.Incompatible;
import com.tdcd.mx.bowlines.nobleman.Keypad;
import com.tdcd.mx.ds.R$drawable;
import com.tdcd.mx.ds.databinding.PayafgogffBinding;
import z5.s;
public class Keypad extends Incompatible<o5.a, PayafgogffBinding> {
public CountDownTimer J;
public class a implements Runnable {
public a() {
}
@Override
public void run() {
Keypad keypad = Keypad.this;
keypad.n0(((PayafgogffBinding) keypad.G).tfi);
Keypad keypad2 = Keypad.this;
keypad2.n0(((PayafgogffBinding) keypad2.G).disbursed);
Keypad keypad3 = Keypad.this;
keypad3.n0(((PayafgogffBinding) keypad3.G).kwyqfqpwzzx);
((PayafgogffBinding) Keypad.this.G).wolzwiqbca.setVisibility(0);
}
}
public void o0(View view) {
finish();
}
@Override
public void a0() {
}
@Override
public void d0(Bundle bundle) {
m.u0(this).o0(((PayafgogffBinding) this.G).question).H();
((PayafgogffBinding) this.G).question.setText(s.a("Obtener cuota"));
((PayafgogffBinding) this.G).wolzwiqbca.setOnClickListener(new View.OnClickListener() {
@Override
public final void onClick(View view) {
Keypad.this.o0(view);
}
});
((PayafgogffBinding) this.G).getRoot().postDelayed(new a(), 3000L);
}
@Override
public boolean h0() {
return false;
}
public void n0(ProgressBar progressBar) {
progressBar.setIndeterminateTintList(ColorStateList.valueOf(0));
progressBar.setBackground(v0.a.d(this, R$drawable.asdaskdl));
}
@Override
public void onDestroy() {
super.onDestroy();
CountDownTimer countDownTimer = this.J;
if (countDownTimer != null) {
countDownTimer.cancel();
}
}
@Override
public boolean onKeyDown(int i9, KeyEvent keyEvent) {
if (i9 == 4) {
return false;
}
return super.onKeyDown(i9, keyEvent);
}
}