mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
108 lines
3.3 KiB
Smali
108 lines
3.3 KiB
Smali
.class public final Landroidx/navigation/NavDeepLinkBuilder$PermissiveNavigatorProvider$mDestNavigator$1;
|
|
.super Landroidx/navigation/Navigator;
|
|
.source "NavDeepLinkBuilder.kt"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Landroidx/navigation/NavDeepLinkBuilder$PermissiveNavigatorProvider;-><init>()V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = null
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Landroidx/navigation/Navigator<",
|
|
"Landroidx/navigation/NavDestination;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation runtime Lkotlin/Metadata;
|
|
d1 = {
|
|
"\u0000)\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0008\u0004\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u000b\n\u0000*\u0001\u0000\u0008\n\u0018\u00002\u0008\u0012\u0004\u0012\u00020\u00020\u0001J\u0008\u0010\u0003\u001a\u00020\u0002H\u0016J0\u0010\u0004\u001a\u0004\u0018\u00010\u00022\u0006\u0010\u0005\u001a\u00020\u00022\u0008\u0010\u0006\u001a\u0004\u0018\u00010\u00072\u0008\u0010\u0008\u001a\u0004\u0018\u00010\t2\u0008\u0010\n\u001a\u0004\u0018\u00010\u000bH\u0016J\u0008\u0010\u000c\u001a\u00020\rH\u0016\u00a8\u0006\u000e"
|
|
}
|
|
d2 = {
|
|
"androidx/navigation/NavDeepLinkBuilder$PermissiveNavigatorProvider$mDestNavigator$1",
|
|
"Landroidx/navigation/Navigator;",
|
|
"Landroidx/navigation/NavDestination;",
|
|
"createDestination",
|
|
"navigate",
|
|
"destination",
|
|
"args",
|
|
"Landroid/os/Bundle;",
|
|
"navOptions",
|
|
"Landroidx/navigation/NavOptions;",
|
|
"navigatorExtras",
|
|
"Landroidx/navigation/Navigator$Extras;",
|
|
"popBackStack",
|
|
"",
|
|
"navigation-runtime_release"
|
|
}
|
|
k = 0x1
|
|
mv = {
|
|
0x1,
|
|
0x8,
|
|
0x0
|
|
}
|
|
xi = 0x30
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 373
|
|
invoke-direct {p0}, Landroidx/navigation/Navigator;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public createDestination()Landroidx/navigation/NavDestination;
|
|
.locals 1
|
|
|
|
.line 375
|
|
new-instance p0, Landroidx/navigation/NavDestination;
|
|
|
|
const-string v0, "permissive"
|
|
|
|
invoke-direct {p0, v0}, Landroidx/navigation/NavDestination;-><init>(Ljava/lang/String;)V
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public navigate(Landroidx/navigation/NavDestination;Landroid/os/Bundle;Landroidx/navigation/NavOptions;Landroidx/navigation/Navigator$Extras;)Landroidx/navigation/NavDestination;
|
|
.locals 0
|
|
|
|
const-string p0, "destination"
|
|
|
|
invoke-static {p1, p0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
.line 384
|
|
new-instance p0, Ljava/lang/IllegalStateException;
|
|
|
|
const-string p1, "navigate is not supported"
|
|
|
|
invoke-direct {p0, p1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p0
|
|
.end method
|
|
|
|
.method public popBackStack()Z
|
|
.locals 1
|
|
|
|
.line 388
|
|
new-instance p0, Ljava/lang/IllegalStateException;
|
|
|
|
const-string v0, "popBackStack is not supported"
|
|
|
|
invoke-direct {p0, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p0
|
|
.end method
|