package com.discord.utilities.textprocessing; import android.text.style.ParagraphStyle; import com.discord.utilities.spans.BulletSpan; import com.discord.utilities.spans.VerticalPaddingSpan; import d0.t.n; import d0.z.d.o; import java.util.List; import kotlin.jvm.functions.Function0; /* compiled from: Spans.kt */ public final class Spans$createMarkdownBulletSpansProvider$1$1 extends o implements Function0> { public final /* synthetic */ int $bulletColor; public final /* synthetic */ int $bulletGapWidth; public final /* synthetic */ int $bulletVerticalPadding; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public Spans$createMarkdownBulletSpansProvider$1$1(int i, int i2, int i3) { super(0); this.$bulletVerticalPadding = i; this.$bulletGapWidth = i2; this.$bulletColor = i3; } /* Return type fixed from 'java.util.List' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final List mo1invoke() { int i = this.$bulletVerticalPadding; return n.listOf((Object[]) new ParagraphStyle[]{new VerticalPaddingSpan(i, i), new BulletSpan(this.$bulletGapWidth, this.$bulletColor, 8)}); } }