38 lines
1 KiB
Smali
38 lines
1 KiB
Smali
.class public interface abstract Landroidx/legacy/app/ActionBarDrawerToggle$Delegate;
|
|
.super Ljava/lang/Object;
|
|
.source "ActionBarDrawerToggle.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/legacy/app/ActionBarDrawerToggle;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x609
|
|
name = "Delegate"
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getThemeUpIndicator()Landroid/graphics/drawable/Drawable;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract setActionBarDescription(I)V
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/StringRes;
|
|
.end annotation
|
|
.end param
|
|
.end method
|
|
|
|
.method public abstract setActionBarUpIndicator(Landroid/graphics/drawable/Drawable;I)V
|
|
.param p2 # I
|
|
.annotation build Landroidx/annotation/StringRes;
|
|
.end annotation
|
|
.end param
|
|
.end method
|