package c.a.l; import android.view.View; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function2; /* compiled from: Format.kt */ public final class a { public static c.a.l.g.b a; public static Function0 b = C0027a.i; /* renamed from: c reason: collision with root package name */ public static Function2 f195c = b.i; public static final a d = null; /* compiled from: Format.kt */ /* renamed from: c.a.l.a$a reason: collision with other inner class name */ public static final class C0027a extends o implements Function0 { public static final C0027a i = new C0027a(); public C0027a() { super(0); } /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public /* bridge */ /* synthetic */ Integer mo1invoke() { return -16777216; } } /* compiled from: Format.kt */ public static final class b extends o implements Function2 { public static final b i = new b(); public b() { super(2); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // kotlin.jvm.functions.Function2 public Unit invoke(String str, View view) { m.checkNotNullParameter(str, ""); m.checkNotNullParameter(view, ""); return Unit.a; } } }