83 lines
2.1 KiB
Java
83 lines
2.1 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Handler;
|
||
|
import io.beid.beidk.processor.FaceProcessor;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class fQK extends fQH implements fQG {
|
||
|
private Integer a;
|
||
|
Integer b;
|
||
|
private Integer c;
|
||
|
private Integer d;
|
||
|
fQE e;
|
||
|
private Integer f;
|
||
|
private Runnable g;
|
||
|
private Integer i;
|
||
|
private Handler j;
|
||
|
|
||
|
@Override // o.fQG
|
||
|
public final void b() {
|
||
|
this.g = new Runnable(this) { // from class: o.fQK.3
|
||
|
private fQK d;
|
||
|
|
||
|
@Override // java.lang.Runnable
|
||
|
public final void run() {
|
||
|
this.d.b = -1;
|
||
|
this.d.e.b(new Throwable("timeout"));
|
||
|
}
|
||
|
|
||
|
{
|
||
|
this.d = this;
|
||
|
}
|
||
|
};
|
||
|
Handler handler = new Handler();
|
||
|
this.j = handler;
|
||
|
handler.postDelayed(this.g, this.d.intValue());
|
||
|
this.b = 0;
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Removed duplicated region for block: B:26:0x00af */
|
||
|
/* JADX WARN: Removed duplicated region for block: B:29:0x00d1 */
|
||
|
/* JADX WARN: Removed duplicated region for block: B:31:? A[RETURN, SYNTHETIC] */
|
||
|
@Override // o.fQG
|
||
|
/*
|
||
|
Code decompiled incorrectly, please refer to instructions dump.
|
||
|
To view partially-correct add '--show-bad-code' argument
|
||
|
*/
|
||
|
public final void c(o.C13099fQm r7) {
|
||
|
/*
|
||
|
Method dump skipped, instructions count: 233
|
||
|
To view this dump add '--comments-level debug' option
|
||
|
*/
|
||
|
throw new UnsupportedOperationException("Method not decompiled: o.fQK.c(o.fQm):void");
|
||
|
}
|
||
|
|
||
|
@Override // o.fQG
|
||
|
public final String a() {
|
||
|
return "tilt_head_right";
|
||
|
}
|
||
|
|
||
|
@Override // o.fQG
|
||
|
public final Integer e() {
|
||
|
return this.a;
|
||
|
}
|
||
|
|
||
|
@Override // o.fQG
|
||
|
public final void e(fQE fqe) {
|
||
|
this.e = fqe;
|
||
|
}
|
||
|
|
||
|
public fQK(Integer num, Integer num2) {
|
||
|
this.a = FaceProcessor.LivenessActivity.TILT_HEAD_RIGHT;
|
||
|
this.c = num;
|
||
|
this.d = num2;
|
||
|
this.b = 0;
|
||
|
this.i = 0;
|
||
|
this.f = -1;
|
||
|
}
|
||
|
|
||
|
public fQK() {
|
||
|
this(1, 5000);
|
||
|
}
|
||
|
}
|