131 lines
3.7 KiB
Smali
131 lines
3.7 KiB
Smali
.class public final enum Lcom/facebook/GraphResponse$PagingDirection;
|
|
.super Ljava/lang/Enum;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/facebook/GraphResponse;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x4019
|
|
name = "PagingDirection"
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Enum<",
|
|
"Lcom/facebook/GraphResponse$PagingDirection;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field private static final synthetic $VALUES:[Lcom/facebook/GraphResponse$PagingDirection;
|
|
|
|
.field public static final enum NEXT:Lcom/facebook/GraphResponse$PagingDirection;
|
|
|
|
.field public static final enum PREVIOUS:Lcom/facebook/GraphResponse$PagingDirection;
|
|
|
|
|
|
# direct methods
|
|
.method private static final synthetic $values()[Lcom/facebook/GraphResponse$PagingDirection;
|
|
.locals 2
|
|
|
|
sget-object v0, Lcom/facebook/GraphResponse$PagingDirection;->NEXT:Lcom/facebook/GraphResponse$PagingDirection;
|
|
|
|
sget-object v1, Lcom/facebook/GraphResponse$PagingDirection;->PREVIOUS:Lcom/facebook/GraphResponse$PagingDirection;
|
|
|
|
filled-new-array {v0, v1}, [Lcom/facebook/GraphResponse$PagingDirection;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method static constructor <clinit>()V
|
|
.locals 3
|
|
|
|
.line 70
|
|
new-instance v0, Lcom/facebook/GraphResponse$PagingDirection;
|
|
|
|
const-string v1, "NEXT"
|
|
|
|
const/4 v2, 0x0
|
|
|
|
invoke-direct {v0, v1, v2}, Lcom/facebook/GraphResponse$PagingDirection;-><init>(Ljava/lang/String;I)V
|
|
|
|
sput-object v0, Lcom/facebook/GraphResponse$PagingDirection;->NEXT:Lcom/facebook/GraphResponse$PagingDirection;
|
|
|
|
.line 73
|
|
new-instance v0, Lcom/facebook/GraphResponse$PagingDirection;
|
|
|
|
const-string v1, "PREVIOUS"
|
|
|
|
const/4 v2, 0x1
|
|
|
|
invoke-direct {v0, v1, v2}, Lcom/facebook/GraphResponse$PagingDirection;-><init>(Ljava/lang/String;I)V
|
|
|
|
sput-object v0, Lcom/facebook/GraphResponse$PagingDirection;->PREVIOUS:Lcom/facebook/GraphResponse$PagingDirection;
|
|
|
|
invoke-static {}, Lcom/facebook/GraphResponse$PagingDirection;->$values()[Lcom/facebook/GraphResponse$PagingDirection;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/facebook/GraphResponse$PagingDirection;->$VALUES:[Lcom/facebook/GraphResponse$PagingDirection;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>(Ljava/lang/String;I)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()V"
|
|
}
|
|
.end annotation
|
|
|
|
.line 68
|
|
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static valueOf(Ljava/lang/String;)Lcom/facebook/GraphResponse$PagingDirection;
|
|
.locals 1
|
|
|
|
const-string v0, "value"
|
|
|
|
invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
const-class v0, Lcom/facebook/GraphResponse$PagingDirection;
|
|
|
|
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
|
|
|
|
move-result-object p0
|
|
|
|
.line 74
|
|
check-cast p0, Lcom/facebook/GraphResponse$PagingDirection;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static values()[Lcom/facebook/GraphResponse$PagingDirection;
|
|
.locals 2
|
|
|
|
sget-object v0, Lcom/facebook/GraphResponse$PagingDirection;->$VALUES:[Lcom/facebook/GraphResponse$PagingDirection;
|
|
|
|
array-length v1, v0
|
|
|
|
invoke-static {v0, v1}, Ljava/util/Arrays;->copyOf([Ljava/lang/Object;I)[Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
.line 74
|
|
check-cast v0, [Lcom/facebook/GraphResponse$PagingDirection;
|
|
|
|
return-object v0
|
|
.end method
|