package o8;

import android.os.Handler;
import android.os.Looper;

/* JADX INFO: loaded from: classes2.dex */
public class e extends Handler {
    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public e(Looper looper, int i10) {
        super(looper);
        if (i10 == 1) {
            super(looper);
            Looper.getMainLooper();
        } else if (i10 == 2) {
            super(looper);
            Looper.getMainLooper();
        } else if (i10 != 3) {
            Looper.getMainLooper();
        } else {
            super(looper);
            Looper.getMainLooper();
        }
    }

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public e(Looper looper, Handler.Callback callback, int i10) {
        super(looper, callback);
        if (i10 == 1) {
            super(looper, callback);
            Looper.getMainLooper();
        } else if (i10 != 2) {
            Looper.getMainLooper();
        } else {
            super(looper, callback);
            Looper.getMainLooper();
        }
    }
}
