Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
package b;
import android.window.BackEvent;
import android.window.OnBackAnimationCallback;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes.dex */
public final class w implements OnBackAnimationCallback {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ Function1 f4141a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ Function1 f4142b;
/* renamed from: c, reason: collision with root package name */
public final /* synthetic */ Function0 f4143c;
/* renamed from: d, reason: collision with root package name */
public final /* synthetic */ Function0 f4144d;
public w(Function1 function1, Function1 function12, Function0 function0, Function0 function02) {
this.f4141a = function1;
this.f4142b = function12;
this.f4143c = function0;
this.f4144d = function02;
}
public final void onBackCancelled() {
this.f4144d.invoke();
}
public final void onBackInvoked() {
this.f4143c.invoke();
}
public final void onBackProgressed(BackEvent backEvent) {
Intrinsics.checkNotNullParameter(backEvent, "backEvent");
this.f4142b.invoke(new C0253b(backEvent));
}
public final void onBackStarted(BackEvent backEvent) {
Intrinsics.checkNotNullParameter(backEvent, "backEvent");
this.f4141a.invoke(new C0253b(backEvent));
}
}