package com.applovin.impl; import android.text.TextUtils; import com.applovin.exoplayer2.common.base.Ascii; import com.vungle.ads.internal.presenter.MRAIDPresenter; import java.util.regex.Pattern; /* loaded from: classes.dex */ final class xn { private static final Pattern d = Pattern.compile("\\s+"); private static final ib e = ib.a("auto", "none"); private static final ib f = ib.a("dot", "sesame", "circle"); private static final ib g = ib.a("filled", MRAIDPresenter.OPEN); private static final ib h = ib.a("after", "before", "outside"); public final int a; public final int b; public final int c; private xn(int i, int i2, int i3) { this.a = i; this.b = i2; this.c = i3; } public static xn a(String str) { if (str == null) { return null; } String lowerCase = Ascii.toLowerCase(str.trim()); if (lowerCase.isEmpty()) { return null; } return a(ib.a((Object[]) TextUtils.split(lowerCase, d))); } /* JADX WARN: Code restructure failed: missing block: B:45:0x00e2, code lost: if (r9.equals("dot") == false) goto L67; */ /* Code decompiled incorrectly, please refer to instructions dump. To view partially-correct add '--show-bad-code' argument */ private static com.applovin.impl.xn a(com.applovin.impl.ib r9) { /* Method dump skipped, instructions count: 261 To view this dump add '--comments-level debug' option */ throw new UnsupportedOperationException("Method not decompiled: com.applovin.impl.xn.a(com.applovin.impl.ib):com.applovin.impl.xn"); } }