discord-jadx/app/src/main/java/c/a/k/a.java

54 lines
1.8 KiB
Java
Raw Normal View History

package c.a.k;
import android.view.View;
2021-08-18 07:29:27 +00:00
import androidx.core.view.ViewCompat;
2021-11-01 07:19:03 +00:00
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
2021-08-18 07:29:27 +00:00
import kotlin.jvm.functions.Function0;
import kotlin.jvm.functions.Function2;
/* compiled from: Format.kt */
public final class a {
2021-08-18 07:29:27 +00:00
public static c.a.k.g.b a;
2021-11-05 21:05:33 +00:00
public static Function0<Integer> b = C0028a.i;
/* renamed from: c reason: collision with root package name */
2021-11-29 08:39:39 +00:00
public static Function2<? super String, ? super View, Unit> f203c = b.i;
2021-08-18 07:29:27 +00:00
public static final a d = null;
2021-08-18 07:29:27 +00:00
/* compiled from: Format.kt */
/* renamed from: c.a.k.a$a reason: collision with other inner class name */
2021-11-05 21:05:33 +00:00
public static final class C0028a extends o implements Function0<Integer> {
public static final C0028a i = new C0028a();
2021-11-05 21:05:33 +00:00
public C0028a() {
2021-08-18 07:29:27 +00:00
super(0);
}
2021-08-18 07:29:27 +00:00
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
2021-11-01 07:19:03 +00:00
public /* bridge */ /* synthetic */ Integer mo1invoke() {
2021-08-18 07:29:27 +00:00
return Integer.valueOf((int) ViewCompat.MEASURED_STATE_MASK);
}
}
2021-08-18 07:29:27 +00:00
/* compiled from: Format.kt */
public static final class b extends o implements Function2<String, View, Unit> {
public static final b i = new b();
2021-08-18 07:29:27 +00:00
public b() {
super(2);
}
2021-08-18 07:29:27 +00:00
/* 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, "<anonymous parameter 0>");
m.checkNotNullParameter(view, "<anonymous parameter 1>");
return Unit.a;
}
}
}