Files
rr3-apk/smali/androidx/core/view/MenuCompat.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

72 lines
1.6 KiB
Smali

.class public final Landroidx/core/view/MenuCompat;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/core/view/MenuCompat$Api28Impl;
}
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
.line 58
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static setGroupDividerEnabled(Landroid/view/Menu;Z)V
.locals 2
.param p0 # Landroid/view/Menu;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 50
instance-of v0, p0, Landroidx/core/internal/view/SupportMenu;
if-eqz v0, :cond_0
.line 52
check-cast p0, Landroidx/core/internal/view/SupportMenu;
invoke-interface {p0, p1}, Landroidx/core/internal/view/SupportMenu;->setGroupDividerEnabled(Z)V
goto :goto_0
:cond_0
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
const/16 v1, 0x1c
if-lt v0, v1, :cond_1
.line 54
invoke-static {p0, p1}, Landroidx/core/view/MenuCompat$Api28Impl;->setGroupDividerEnabled(Landroid/view/Menu;Z)V
:cond_1
:goto_0
return-void
.end method
.method public static setShowAsAction(Landroid/view/MenuItem;I)V
.locals 0
.annotation runtime Landroidx/annotation/ReplaceWith;
expression = "item.setShowAsAction(actionEnum)"
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 39
invoke-interface {p0, p1}, Landroid/view/MenuItem;->setShowAsAction(I)V
return-void
.end method