622 lines
18 KiB
Smali
622 lines
18 KiB
Smali
.class Lcom/nineoldandroids/animation/IntKeyframeSet;
|
|
.super Lcom/nineoldandroids/animation/KeyframeSet;
|
|
.source "IntKeyframeSet.java"
|
|
|
|
|
|
# instance fields
|
|
.field private deltaValue:I
|
|
|
|
.field private firstTime:Z
|
|
|
|
.field private firstValue:I
|
|
|
|
.field private lastValue:I
|
|
|
|
|
|
# direct methods
|
|
.method public varargs constructor <init>([Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;)V
|
|
.locals 1
|
|
.param p1, "keyframes" # [Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
|
|
.prologue
|
|
invoke-direct {p0, p1}, Lcom/nineoldandroids/animation/KeyframeSet;-><init>([Lcom/nineoldandroids/animation/Keyframe;)V
|
|
|
|
const/4 v0, 0x1
|
|
|
|
iput-boolean v0, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->firstTime:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public clone()Lcom/nineoldandroids/animation/IntKeyframeSet;
|
|
.locals 6
|
|
|
|
.prologue
|
|
iget-object v1, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mKeyframes:Ljava/util/ArrayList;
|
|
|
|
.local v1, "keyframes":Ljava/util/ArrayList;, "Ljava/util/ArrayList<Lcom/nineoldandroids/animation/Keyframe;>;"
|
|
iget-object v5, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mKeyframes:Ljava/util/ArrayList;
|
|
|
|
invoke-virtual {v5}, Ljava/util/ArrayList;->size()I
|
|
|
|
move-result v4
|
|
|
|
.local v4, "numKeyframes":I
|
|
new-array v2, v4, [Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
|
|
.local v2, "newKeyframes":[Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
const/4 v0, 0x0
|
|
|
|
.local v0, "i":I
|
|
:goto_0
|
|
if-ge v0, v4, :cond_0
|
|
|
|
invoke-virtual {v1, v0}, Ljava/util/ArrayList;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v5
|
|
|
|
check-cast v5, Lcom/nineoldandroids/animation/Keyframe;
|
|
|
|
invoke-virtual {v5}, Lcom/nineoldandroids/animation/Keyframe;->clone()Lcom/nineoldandroids/animation/Keyframe;
|
|
|
|
move-result-object v5
|
|
|
|
check-cast v5, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
|
|
aput-object v5, v2, v0
|
|
|
|
add-int/lit8 v0, v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
new-instance v3, Lcom/nineoldandroids/animation/IntKeyframeSet;
|
|
|
|
invoke-direct {v3, v2}, Lcom/nineoldandroids/animation/IntKeyframeSet;-><init>([Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;)V
|
|
|
|
.local v3, "newSet":Lcom/nineoldandroids/animation/IntKeyframeSet;
|
|
return-object v3
|
|
.end method
|
|
|
|
.method public bridge synthetic clone()Lcom/nineoldandroids/animation/KeyframeSet;
|
|
.locals 1
|
|
|
|
.prologue
|
|
invoke-virtual {p0}, Lcom/nineoldandroids/animation/IntKeyframeSet;->clone()Lcom/nineoldandroids/animation/IntKeyframeSet;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public bridge synthetic clone()Ljava/lang/Object;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/lang/CloneNotSupportedException;
|
|
}
|
|
.end annotation
|
|
|
|
.prologue
|
|
invoke-virtual {p0}, Lcom/nineoldandroids/animation/IntKeyframeSet;->clone()Lcom/nineoldandroids/animation/IntKeyframeSet;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getIntValue(F)I
|
|
.locals 13
|
|
.param p1, "fraction" # F
|
|
|
|
.prologue
|
|
const/4 v12, 0x1
|
|
|
|
const/4 v11, 0x0
|
|
|
|
iget v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mNumKeyframes:I
|
|
|
|
const/4 v10, 0x2
|
|
|
|
if-ne v9, v10, :cond_3
|
|
|
|
iget-boolean v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->firstTime:Z
|
|
|
|
if-eqz v9, :cond_0
|
|
|
|
iput-boolean v11, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->firstTime:Z
|
|
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mKeyframes:Ljava/util/ArrayList;
|
|
|
|
invoke-virtual {v9, v11}, Ljava/util/ArrayList;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v9
|
|
|
|
check-cast v9, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
|
|
invoke-virtual {v9}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getIntValue()I
|
|
|
|
move-result v9
|
|
|
|
iput v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->firstValue:I
|
|
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mKeyframes:Ljava/util/ArrayList;
|
|
|
|
invoke-virtual {v9, v12}, Ljava/util/ArrayList;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v9
|
|
|
|
check-cast v9, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
|
|
invoke-virtual {v9}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getIntValue()I
|
|
|
|
move-result v9
|
|
|
|
iput v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->lastValue:I
|
|
|
|
iget v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->lastValue:I
|
|
|
|
iget v10, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->firstValue:I
|
|
|
|
sub-int/2addr v9, v10
|
|
|
|
iput v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->deltaValue:I
|
|
|
|
:cond_0
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mInterpolator:Landroid/view/animation/Interpolator;
|
|
|
|
if-eqz v9, :cond_1
|
|
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mInterpolator:Landroid/view/animation/Interpolator;
|
|
|
|
invoke-interface {v9, p1}, Landroid/view/animation/Interpolator;->getInterpolation(F)F
|
|
|
|
move-result p1
|
|
|
|
:cond_1
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mEvaluator:Lcom/nineoldandroids/animation/TypeEvaluator;
|
|
|
|
if-nez v9, :cond_2
|
|
|
|
iget v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->firstValue:I
|
|
|
|
iget v10, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->deltaValue:I
|
|
|
|
int-to-float v10, v10
|
|
|
|
mul-float/2addr v10, p1
|
|
|
|
float-to-int v10, v10
|
|
|
|
add-int/2addr v9, v10
|
|
|
|
:goto_0
|
|
return v9
|
|
|
|
:cond_2
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mEvaluator:Lcom/nineoldandroids/animation/TypeEvaluator;
|
|
|
|
iget v10, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->firstValue:I
|
|
|
|
invoke-static {v10}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v10
|
|
|
|
iget v11, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->lastValue:I
|
|
|
|
invoke-static {v11}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v11
|
|
|
|
invoke-interface {v9, p1, v10, v11}, Lcom/nineoldandroids/animation/TypeEvaluator;->evaluate(FLjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object v9
|
|
|
|
check-cast v9, Ljava/lang/Number;
|
|
|
|
invoke-virtual {v9}, Ljava/lang/Number;->intValue()I
|
|
|
|
move-result v9
|
|
|
|
goto :goto_0
|
|
|
|
:cond_3
|
|
const/4 v9, 0x0
|
|
|
|
cmpg-float v9, p1, v9
|
|
|
|
if-gtz v9, :cond_6
|
|
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mKeyframes:Ljava/util/ArrayList;
|
|
|
|
invoke-virtual {v9, v11}, Ljava/util/ArrayList;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v7
|
|
|
|
check-cast v7, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
|
|
.local v7, "prevKeyframe":Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mKeyframes:Ljava/util/ArrayList;
|
|
|
|
invoke-virtual {v9, v12}, Ljava/util/ArrayList;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v4
|
|
|
|
check-cast v4, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
|
|
.local v4, "nextKeyframe":Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
invoke-virtual {v7}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getIntValue()I
|
|
|
|
move-result v8
|
|
|
|
.local v8, "prevValue":I
|
|
invoke-virtual {v4}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getIntValue()I
|
|
|
|
move-result v5
|
|
|
|
.local v5, "nextValue":I
|
|
invoke-virtual {v7}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getFraction()F
|
|
|
|
move-result v6
|
|
|
|
.local v6, "prevFraction":F
|
|
invoke-virtual {v4}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getFraction()F
|
|
|
|
move-result v3
|
|
|
|
.local v3, "nextFraction":F
|
|
invoke-virtual {v4}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getInterpolator()Landroid/view/animation/Interpolator;
|
|
|
|
move-result-object v1
|
|
|
|
.local v1, "interpolator":Landroid/view/animation/Interpolator;
|
|
if-eqz v1, :cond_4
|
|
|
|
invoke-interface {v1, p1}, Landroid/view/animation/Interpolator;->getInterpolation(F)F
|
|
|
|
move-result p1
|
|
|
|
:cond_4
|
|
sub-float v9, p1, v6
|
|
|
|
sub-float v10, v3, v6
|
|
|
|
div-float v2, v9, v10
|
|
|
|
.local v2, "intervalFraction":F
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mEvaluator:Lcom/nineoldandroids/animation/TypeEvaluator;
|
|
|
|
if-nez v9, :cond_5
|
|
|
|
sub-int v9, v5, v8
|
|
|
|
int-to-float v9, v9
|
|
|
|
mul-float/2addr v9, v2
|
|
|
|
float-to-int v9, v9
|
|
|
|
add-int/2addr v9, v8
|
|
|
|
goto :goto_0
|
|
|
|
:cond_5
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mEvaluator:Lcom/nineoldandroids/animation/TypeEvaluator;
|
|
|
|
invoke-static {v8}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v10
|
|
|
|
invoke-static {v5}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v11
|
|
|
|
invoke-interface {v9, v2, v10, v11}, Lcom/nineoldandroids/animation/TypeEvaluator;->evaluate(FLjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object v9
|
|
|
|
check-cast v9, Ljava/lang/Number;
|
|
|
|
invoke-virtual {v9}, Ljava/lang/Number;->intValue()I
|
|
|
|
move-result v9
|
|
|
|
goto :goto_0
|
|
|
|
.end local v1 # "interpolator":Landroid/view/animation/Interpolator;
|
|
.end local v2 # "intervalFraction":F
|
|
.end local v3 # "nextFraction":F
|
|
.end local v4 # "nextKeyframe":Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
.end local v5 # "nextValue":I
|
|
.end local v6 # "prevFraction":F
|
|
.end local v7 # "prevKeyframe":Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
.end local v8 # "prevValue":I
|
|
:cond_6
|
|
const/high16 v9, 0x3f800000 # 1.0f
|
|
|
|
cmpl-float v9, p1, v9
|
|
|
|
if-ltz v9, :cond_9
|
|
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mKeyframes:Ljava/util/ArrayList;
|
|
|
|
iget v10, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mNumKeyframes:I
|
|
|
|
add-int/lit8 v10, v10, -0x2
|
|
|
|
invoke-virtual {v9, v10}, Ljava/util/ArrayList;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v7
|
|
|
|
check-cast v7, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
|
|
.restart local v7 # "prevKeyframe":Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mKeyframes:Ljava/util/ArrayList;
|
|
|
|
iget v10, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mNumKeyframes:I
|
|
|
|
add-int/lit8 v10, v10, -0x1
|
|
|
|
invoke-virtual {v9, v10}, Ljava/util/ArrayList;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v4
|
|
|
|
check-cast v4, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
|
|
.restart local v4 # "nextKeyframe":Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
invoke-virtual {v7}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getIntValue()I
|
|
|
|
move-result v8
|
|
|
|
.restart local v8 # "prevValue":I
|
|
invoke-virtual {v4}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getIntValue()I
|
|
|
|
move-result v5
|
|
|
|
.restart local v5 # "nextValue":I
|
|
invoke-virtual {v7}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getFraction()F
|
|
|
|
move-result v6
|
|
|
|
.restart local v6 # "prevFraction":F
|
|
invoke-virtual {v4}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getFraction()F
|
|
|
|
move-result v3
|
|
|
|
.restart local v3 # "nextFraction":F
|
|
invoke-virtual {v4}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getInterpolator()Landroid/view/animation/Interpolator;
|
|
|
|
move-result-object v1
|
|
|
|
.restart local v1 # "interpolator":Landroid/view/animation/Interpolator;
|
|
if-eqz v1, :cond_7
|
|
|
|
invoke-interface {v1, p1}, Landroid/view/animation/Interpolator;->getInterpolation(F)F
|
|
|
|
move-result p1
|
|
|
|
:cond_7
|
|
sub-float v9, p1, v6
|
|
|
|
sub-float v10, v3, v6
|
|
|
|
div-float v2, v9, v10
|
|
|
|
.restart local v2 # "intervalFraction":F
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mEvaluator:Lcom/nineoldandroids/animation/TypeEvaluator;
|
|
|
|
if-nez v9, :cond_8
|
|
|
|
sub-int v9, v5, v8
|
|
|
|
int-to-float v9, v9
|
|
|
|
mul-float/2addr v9, v2
|
|
|
|
float-to-int v9, v9
|
|
|
|
add-int/2addr v9, v8
|
|
|
|
goto/16 :goto_0
|
|
|
|
:cond_8
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mEvaluator:Lcom/nineoldandroids/animation/TypeEvaluator;
|
|
|
|
invoke-static {v8}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v10
|
|
|
|
invoke-static {v5}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v11
|
|
|
|
invoke-interface {v9, v2, v10, v11}, Lcom/nineoldandroids/animation/TypeEvaluator;->evaluate(FLjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object v9
|
|
|
|
check-cast v9, Ljava/lang/Number;
|
|
|
|
invoke-virtual {v9}, Ljava/lang/Number;->intValue()I
|
|
|
|
move-result v9
|
|
|
|
goto/16 :goto_0
|
|
|
|
.end local v1 # "interpolator":Landroid/view/animation/Interpolator;
|
|
.end local v2 # "intervalFraction":F
|
|
.end local v3 # "nextFraction":F
|
|
.end local v4 # "nextKeyframe":Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
.end local v5 # "nextValue":I
|
|
.end local v6 # "prevFraction":F
|
|
.end local v7 # "prevKeyframe":Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
.end local v8 # "prevValue":I
|
|
:cond_9
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mKeyframes:Ljava/util/ArrayList;
|
|
|
|
invoke-virtual {v9, v11}, Ljava/util/ArrayList;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v7
|
|
|
|
check-cast v7, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
|
|
.restart local v7 # "prevKeyframe":Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
const/4 v0, 0x1
|
|
|
|
.local v0, "i":I
|
|
:goto_1
|
|
iget v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mNumKeyframes:I
|
|
|
|
if-ge v0, v9, :cond_d
|
|
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mKeyframes:Ljava/util/ArrayList;
|
|
|
|
invoke-virtual {v9, v0}, Ljava/util/ArrayList;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v4
|
|
|
|
check-cast v4, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
|
|
.restart local v4 # "nextKeyframe":Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
invoke-virtual {v4}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getFraction()F
|
|
|
|
move-result v9
|
|
|
|
cmpg-float v9, p1, v9
|
|
|
|
if-gez v9, :cond_c
|
|
|
|
invoke-virtual {v4}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getInterpolator()Landroid/view/animation/Interpolator;
|
|
|
|
move-result-object v1
|
|
|
|
.restart local v1 # "interpolator":Landroid/view/animation/Interpolator;
|
|
if-eqz v1, :cond_a
|
|
|
|
invoke-interface {v1, p1}, Landroid/view/animation/Interpolator;->getInterpolation(F)F
|
|
|
|
move-result p1
|
|
|
|
:cond_a
|
|
invoke-virtual {v7}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getFraction()F
|
|
|
|
move-result v9
|
|
|
|
sub-float v9, p1, v9
|
|
|
|
invoke-virtual {v4}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getFraction()F
|
|
|
|
move-result v10
|
|
|
|
invoke-virtual {v7}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getFraction()F
|
|
|
|
move-result v11
|
|
|
|
sub-float/2addr v10, v11
|
|
|
|
div-float v2, v9, v10
|
|
|
|
.restart local v2 # "intervalFraction":F
|
|
invoke-virtual {v7}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getIntValue()I
|
|
|
|
move-result v8
|
|
|
|
.restart local v8 # "prevValue":I
|
|
invoke-virtual {v4}, Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;->getIntValue()I
|
|
|
|
move-result v5
|
|
|
|
.restart local v5 # "nextValue":I
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mEvaluator:Lcom/nineoldandroids/animation/TypeEvaluator;
|
|
|
|
if-nez v9, :cond_b
|
|
|
|
sub-int v9, v5, v8
|
|
|
|
int-to-float v9, v9
|
|
|
|
mul-float/2addr v9, v2
|
|
|
|
float-to-int v9, v9
|
|
|
|
add-int/2addr v9, v8
|
|
|
|
goto/16 :goto_0
|
|
|
|
:cond_b
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mEvaluator:Lcom/nineoldandroids/animation/TypeEvaluator;
|
|
|
|
invoke-static {v8}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v10
|
|
|
|
invoke-static {v5}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v11
|
|
|
|
invoke-interface {v9, v2, v10, v11}, Lcom/nineoldandroids/animation/TypeEvaluator;->evaluate(FLjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object v9
|
|
|
|
check-cast v9, Ljava/lang/Number;
|
|
|
|
invoke-virtual {v9}, Ljava/lang/Number;->intValue()I
|
|
|
|
move-result v9
|
|
|
|
goto/16 :goto_0
|
|
|
|
.end local v1 # "interpolator":Landroid/view/animation/Interpolator;
|
|
.end local v2 # "intervalFraction":F
|
|
.end local v5 # "nextValue":I
|
|
.end local v8 # "prevValue":I
|
|
:cond_c
|
|
move-object v7, v4
|
|
|
|
add-int/lit8 v0, v0, 0x1
|
|
|
|
goto :goto_1
|
|
|
|
.end local v4 # "nextKeyframe":Lcom/nineoldandroids/animation/Keyframe$IntKeyframe;
|
|
:cond_d
|
|
iget-object v9, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mKeyframes:Ljava/util/ArrayList;
|
|
|
|
iget v10, p0, Lcom/nineoldandroids/animation/IntKeyframeSet;->mNumKeyframes:I
|
|
|
|
add-int/lit8 v10, v10, -0x1
|
|
|
|
invoke-virtual {v9, v10}, Ljava/util/ArrayList;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v9
|
|
|
|
check-cast v9, Lcom/nineoldandroids/animation/Keyframe;
|
|
|
|
invoke-virtual {v9}, Lcom/nineoldandroids/animation/Keyframe;->getValue()Ljava/lang/Object;
|
|
|
|
move-result-object v9
|
|
|
|
check-cast v9, Ljava/lang/Number;
|
|
|
|
invoke-virtual {v9}, Ljava/lang/Number;->intValue()I
|
|
|
|
move-result v9
|
|
|
|
goto/16 :goto_0
|
|
.end method
|
|
|
|
.method public getValue(F)Ljava/lang/Object;
|
|
.locals 1
|
|
.param p1, "fraction" # F
|
|
|
|
.prologue
|
|
invoke-virtual {p0, p1}, Lcom/nineoldandroids/animation/IntKeyframeSet;->getIntValue(F)I
|
|
|
|
move-result v0
|
|
|
|
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|