Rabbit-R1/android (non root)/smali/smali_classes2/com/airbnb/lottie/parser/PathParser.smali
2024-05-21 17:08:36 -04:00

79 lines
1.9 KiB
Smali

.class public Lcom/airbnb/lottie/parser/PathParser;
.super Ljava/lang/Object;
.source "PathParser.java"
# interfaces
.implements Lcom/airbnb/lottie/parser/ValueParser;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/airbnb/lottie/parser/ValueParser<",
"Landroid/graphics/PointF;",
">;"
}
.end annotation
# static fields
.field public static final INSTANCE:Lcom/airbnb/lottie/parser/PathParser;
# direct methods
.method static constructor <clinit>()V
.locals 1
.line 10
new-instance v0, Lcom/airbnb/lottie/parser/PathParser;
invoke-direct {v0}, Lcom/airbnb/lottie/parser/PathParser;-><init>()V
sput-object v0, Lcom/airbnb/lottie/parser/PathParser;->INSTANCE:Lcom/airbnb/lottie/parser/PathParser;
return-void
.end method
.method private constructor <init>()V
.locals 0
.line 12
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public parse(Lcom/airbnb/lottie/parser/moshi/JsonReader;F)Landroid/graphics/PointF;
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 16
invoke-static {p1, p2}, Lcom/airbnb/lottie/parser/JsonUtils;->jsonToPoint(Lcom/airbnb/lottie/parser/moshi/JsonReader;F)Landroid/graphics/PointF;
move-result-object p0
return-object p0
.end method
.method public bridge synthetic parse(Lcom/airbnb/lottie/parser/moshi/JsonReader;F)Ljava/lang/Object;
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 9
invoke-virtual {p0, p1, p2}, Lcom/airbnb/lottie/parser/PathParser;->parse(Lcom/airbnb/lottie/parser/moshi/JsonReader;F)Landroid/graphics/PointF;
move-result-object p0
return-object p0
.end method