tmap/smali_classes3/com/google/common/math/LinearTransformation$NaNLinearTransformation.smali
2022-06-10 21:38:30 +09:00

91 lines
1.9 KiB
Smali

.class final Lcom/google/common/math/LinearTransformation$NaNLinearTransformation;
.super Lcom/google/common/math/LinearTransformation;
.source "LinearTransformation.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/math/LinearTransformation;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "NaNLinearTransformation"
.end annotation
# static fields
.field public static final INSTANCE:Lcom/google/common/math/LinearTransformation$NaNLinearTransformation;
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/google/common/math/LinearTransformation$NaNLinearTransformation;
invoke-direct {v0}, Lcom/google/common/math/LinearTransformation$NaNLinearTransformation;-><init>()V
sput-object v0, Lcom/google/common/math/LinearTransformation$NaNLinearTransformation;->INSTANCE:Lcom/google/common/math/LinearTransformation$NaNLinearTransformation;
return-void
.end method
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lcom/google/common/math/LinearTransformation;-><init>()V
return-void
.end method
# virtual methods
.method public inverse()Lcom/google/common/math/LinearTransformation;
.locals 0
return-object p0
.end method
.method public isHorizontal()Z
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public isVertical()Z
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public slope()D
.locals 2
const-wide/high16 v0, 0x7ff8000000000000L # Double.NaN
return-wide v0
.end method
.method public toString()Ljava/lang/String;
.locals 1
const-string v0, "NaN"
return-object v0
.end method
.method public transform(D)D
.locals 0
const-wide/high16 p1, 0x7ff8000000000000L # Double.NaN
return-wide p1
.end method