apkfuckery/com.discord/smali/androidx/fragment/app/FragmentManager$OpGenerator...

39 lines
1.1 KiB
Smali
Raw Normal View History

2020-07-08 16:44:49 +00:00
.class public interface abstract Landroidx/fragment/app/FragmentManager$OpGenerator;
2020-05-17 12:40:10 +00:00
.super Ljava/lang/Object;
2020-07-08 16:44:49 +00:00
.source "FragmentManager.java"
2020-05-17 12:40:10 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
2020-07-08 16:44:49 +00:00
value = Landroidx/fragment/app/FragmentManager;
2020-05-17 12:40:10 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "OpGenerator"
.end annotation
# virtual methods
.method public abstract generateOps(Ljava/util/ArrayList;Ljava/util/ArrayList;)Z
2020-07-08 16:44:49 +00:00
.param p1 # Ljava/util/ArrayList;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/util/ArrayList;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
2020-05-17 12:40:10 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/ArrayList<",
"Landroidx/fragment/app/BackStackRecord;",
">;",
"Ljava/util/ArrayList<",
"Ljava/lang/Boolean;",
">;)Z"
}
.end annotation
.end method