package c.a.k; import android.view.View; import androidx.core.view.ViewCompat; 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.k.g.b a; public static Function0 b = C0028a.i; /* renamed from: c reason: collision with root package name */ public static Function2 f203c = b.i; public static final a d = null; /* compiled from: Format.kt */ /* renamed from: c.a.k.a$a reason: collision with other inner class name */ public static final class C0028a extends o implements Function0 { public static final C0028a i = new C0028a(); public C0028a() { 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 Integer.valueOf((int) ViewCompat.MEASURED_STATE_MASK); } } /* 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; } } }