FragmentManager$BackStackEntry.smali
1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.class public interface abstract Landroidx/fragment/app/FragmentManager$BackStackEntry;
.super Ljava/lang/Object;
.source "FragmentManager.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/fragment/app/FragmentManager;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "BackStackEntry"
.end annotation
# virtual methods
.method public abstract getBreadCrumbShortTitle()Ljava/lang/CharSequence;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getBreadCrumbShortTitleRes()I
.annotation build Landroidx/annotation/StringRes;
.end annotation
.end method
.method public abstract getBreadCrumbTitle()Ljava/lang/CharSequence;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getBreadCrumbTitleRes()I
.annotation build Landroidx/annotation/StringRes;
.end annotation
.end method
.method public abstract getId()I
.end method
.method public abstract getName()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method