package G1;

import android.graphics.text.LineBreakConfig;
import android.security.KeyStoreException;
import android.text.BoringLayout;
import android.text.Layout;
import android.text.TextPaint;
import android.text.TextUtils;
import android.view.inputmethod.EditorBoundsInfo;

/* JADX INFO: loaded from: classes.dex */
public abstract /* synthetic */ class e {
    public static /* synthetic */ LineBreakConfig.Builder e() {
        return new LineBreakConfig.Builder();
    }

    public static /* synthetic */ BoringLayout i(CharSequence charSequence, TextPaint textPaint, int i6, Layout.Alignment alignment, BoringLayout.Metrics metrics, boolean z6, TextUtils.TruncateAt truncateAt, int i7) {
        return new BoringLayout(charSequence, textPaint, i6, alignment, 1.0f, 0.0f, metrics, z6, truncateAt, i7, true);
    }

    public static /* synthetic */ EditorBoundsInfo.Builder l() {
        return new EditorBoundsInfo.Builder();
    }

    public static /* bridge */ /* synthetic */ boolean x(Throwable th) {
        return th instanceof KeyStoreException;
    }
}
