mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
84 lines
1.9 KiB
Smali
84 lines
1.9 KiB
Smali
.class public Lcom/airbnb/lottie/model/Font;
|
|
.super Ljava/lang/Object;
|
|
.source "Font.java"
|
|
|
|
|
|
# instance fields
|
|
.field private final ascent:F
|
|
|
|
.field private final family:Ljava/lang/String;
|
|
|
|
.field private final name:Ljava/lang/String;
|
|
|
|
.field private final style:Ljava/lang/String;
|
|
|
|
.field private typeface:Landroid/graphics/Typeface;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;F)V
|
|
.locals 0
|
|
|
|
.line 21
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/airbnb/lottie/model/Font;->family:Ljava/lang/String;
|
|
|
|
iput-object p2, p0, Lcom/airbnb/lottie/model/Font;->name:Ljava/lang/String;
|
|
|
|
iput-object p3, p0, Lcom/airbnb/lottie/model/Font;->style:Ljava/lang/String;
|
|
|
|
iput p4, p0, Lcom/airbnb/lottie/model/Font;->ascent:F
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method getAscent()F
|
|
.locals 0
|
|
|
|
iget p0, p0, Lcom/airbnb/lottie/model/Font;->ascent:F
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public getFamily()Ljava/lang/String;
|
|
.locals 0
|
|
|
|
iget-object p0, p0, Lcom/airbnb/lottie/model/Font;->family:Ljava/lang/String;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public getName()Ljava/lang/String;
|
|
.locals 0
|
|
|
|
iget-object p0, p0, Lcom/airbnb/lottie/model/Font;->name:Ljava/lang/String;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public getStyle()Ljava/lang/String;
|
|
.locals 0
|
|
|
|
iget-object p0, p0, Lcom/airbnb/lottie/model/Font;->style:Ljava/lang/String;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public getTypeface()Landroid/graphics/Typeface;
|
|
.locals 0
|
|
|
|
iget-object p0, p0, Lcom/airbnb/lottie/model/Font;->typeface:Landroid/graphics/Typeface;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public setTypeface(Landroid/graphics/Typeface;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/airbnb/lottie/model/Font;->typeface:Landroid/graphics/Typeface;
|
|
|
|
return-void
|
|
.end method
|