package U;

import I.i;
import java.util.regex.Pattern;

/* JADX INFO: loaded from: classes.dex */
public abstract class a implements i {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private static final Pattern f1690a = Pattern.compile("^([0-9][0-9]+):([0-9][0-9]):([0-9][0-9])(?:(\\.[0-9]+)|:([0-9][0-9])(?:\\.([0-9]+))?)?$");

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private static final Pattern f1691b = Pattern.compile("^([0-9]+(?:\\.[0-9]+)?)(h|m|s|ms|f|t)$");

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private static final Pattern f1692c = Pattern.compile("^(([0-9]*.)?[0-9]+)(px|em|%)$");

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    private static final Pattern f1693d = Pattern.compile("^(\\d+\\.?\\d*?)% (\\d+\\.?\\d*?)%$");

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private static final C0041a f1694e = new C0041a(30.0f, 1, 1);

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public static final /* synthetic */ int f1695f = 0;

    /* JADX INFO: renamed from: U.a$a, reason: collision with other inner class name */
    private static final class C0041a {

        /* JADX INFO: renamed from: a, reason: collision with root package name */
        final float f1696a;

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        final int f1697b;

        /* JADX INFO: renamed from: c, reason: collision with root package name */
        final int f1698c;

        C0041a(float f2, int i2, int i3) {
            this.f1696a = f2;
            this.f1697b = i2;
            this.f1698c = i3;
        }
    }
}
