54 lines
1.8 KiB
Smali
54 lines
1.8 KiB
Smali
.class public interface abstract Landroidx/core/view/MenuHost;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract addMenuProvider(Landroidx/core/view/MenuProvider;)V
|
|
.param p1 # Landroidx/core/view/MenuProvider;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.end method
|
|
|
|
.method public abstract addMenuProvider(Landroidx/core/view/MenuProvider;Landroidx/lifecycle/LifecycleOwner;)V
|
|
.param p1 # Landroidx/core/view/MenuProvider;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p2 # Landroidx/lifecycle/LifecycleOwner;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.end method
|
|
|
|
.method public abstract addMenuProvider(Landroidx/core/view/MenuProvider;Landroidx/lifecycle/LifecycleOwner;Landroidx/lifecycle/Lifecycle$State;)V
|
|
.param p1 # Landroidx/core/view/MenuProvider;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p2 # Landroidx/lifecycle/LifecycleOwner;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p3 # Landroidx/lifecycle/Lifecycle$State;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"LambdaLast"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract invalidateMenu()V
|
|
.end method
|
|
|
|
.method public abstract removeMenuProvider(Landroidx/core/view/MenuProvider;)V
|
|
.param p1 # Landroidx/core/view/MenuProvider;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.end method
|