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

54 lines
1.8 KiB
Java
Raw Normal View History

2021-12-17 21:59:34 +00:00
package b.a.k;
2021-07-24 02:37:17 +00:00
import android.view.View;
2021-08-11 06:37:47 +00:00
import androidx.core.view.ViewCompat;
2021-11-02 06:38:17 +00:00
import d0.z.d.m;
import d0.z.d.o;
2021-07-24 02:37:17 +00:00
import kotlin.Unit;
2021-08-11 06:37:47 +00:00
import kotlin.jvm.functions.Function0;
import kotlin.jvm.functions.Function2;
/* compiled from: Format.kt */
2021-07-24 02:37:17 +00:00
public final class a {
2021-12-17 21:59:34 +00:00
public static b.a.k.g.b a;
2021-07-24 02:37:17 +00:00
2021-12-17 21:59:34 +00:00
/* renamed from: b reason: collision with root package name */
2022-02-02 08:50:56 +00:00
public static Function0<Integer> f242b = C0026a.j;
2021-12-17 21:59:34 +00:00
public static Function2<? super String, ? super View, Unit> c = b.j;
2021-08-11 06:37:47 +00:00
public static final a d = null;
2021-07-24 02:37:17 +00:00
2021-08-11 06:37:47 +00:00
/* compiled from: Format.kt */
2021-12-17 21:59:34 +00:00
/* renamed from: b.a.k.a$a reason: collision with other inner class name */
2022-02-02 08:50:56 +00:00
public static final class C0026a extends o implements Function0<Integer> {
public static final C0026a j = new C0026a();
2021-07-24 02:37:17 +00:00
2022-02-02 08:50:56 +00:00
public C0026a() {
2021-08-11 06:37:47 +00:00
super(0);
}
2021-07-24 02:37:17 +00:00
2021-08-11 06:37:47 +00:00
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
2021-11-02 06:38:17 +00:00
public /* bridge */ /* synthetic */ Integer mo1invoke() {
2021-08-11 06:37:47 +00:00
return Integer.valueOf((int) ViewCompat.MEASURED_STATE_MASK);
2021-07-24 02:37:17 +00:00
}
}
2021-08-11 06:37:47 +00:00
/* compiled from: Format.kt */
public static final class b extends o implements Function2<String, View, Unit> {
2021-12-02 18:53:44 +00:00
public static final b j = new b();
2021-07-24 02:37:17 +00:00
2021-08-11 06:37:47 +00:00
public b() {
super(2);
2021-07-24 02:37:17 +00:00
}
2021-08-11 06:37:47 +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;
2021-07-24 02:37:17 +00:00
}
}
}