Weather/smali/com/badlogic/gdx/math/Interpolation$BounceIn.smali
2021-05-10 10:13:34 +02:00

45 lines
891 B
Smali

.class public Lcom/badlogic/gdx/math/Interpolation$BounceIn;
.super Lcom/badlogic/gdx/math/Interpolation$BounceOut;
.source "Interpolation.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/badlogic/gdx/math/Interpolation;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "BounceIn"
.end annotation
# direct methods
.method public constructor <init>(I)V
.locals 0
.line 382
invoke-direct {p0, p1}, Lcom/badlogic/gdx/math/Interpolation$BounceOut;-><init>(I)V
return-void
.end method
# virtual methods
.method public a(F)F
.locals 1
const/high16 v0, 0x3f800000 # 1.0f
sub-float p1, v0, p1
.line 386
invoke-super {p0, p1}, Lcom/badlogic/gdx/math/Interpolation$BounceOut;->a(F)F
move-result p1
sub-float/2addr v0, p1
return v0
.end method