Keyframe$FloatKeyframe.smali 
.class Lio/dcloud/nineoldandroids/animation/Keyframe$FloatKeyframe;
.super Lio/dcloud/nineoldandroids/animation/Keyframe;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lio/dcloud/nineoldandroids/animation/Keyframe;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x8
    name = "FloatKeyframe"
.end annotation
# instance fields
.field mValue:F
# direct methods
.method constructor <init>(F)V
    .registers 2
    .line 6
    invoke-direct {p0}, Lio/dcloud/nineoldandroids/animation/Keyframe;-><init>()V
    .line 7
    iput p1, p0, Lio/dcloud/nineoldandroids/animation/Keyframe;->mFraction:F
    .line 8
    sget-object p1, Ljava/lang/Float;->TYPE:Ljava/lang/Class;
    iput-object p1, p0, Lio/dcloud/nineoldandroids/animation/Keyframe;->mValueType:Ljava/lang/Class;
    return-void
.end method
.method constructor <init>(FF)V
    .registers 3
    .line 1
    invoke-direct {p0}, Lio/dcloud/nineoldandroids/animation/Keyframe;-><init>()V
    .line 2
    iput p1, p0, Lio/dcloud/nineoldandroids/animation/Keyframe;->mFraction:F
    .line 3
    iput p2, p0, Lio/dcloud/nineoldandroids/animation/Keyframe$FloatKeyframe;->mValue:F
    .line 4
    sget-object p1, Ljava/lang/Float;->TYPE:Ljava/lang/Class;
    iput-object p1, p0, Lio/dcloud/nineoldandroids/animation/Keyframe;->mValueType:Ljava/lang/Class;
    const/4 p1, 0x1
    .line 5
    iput-boolean p1, p0, Lio/dcloud/nineoldandroids/animation/Keyframe;->mHasValue:Z
    return-void
.end method
# virtual methods
.method public clone()Lio/dcloud/nineoldandroids/animation/Keyframe$FloatKeyframe;
    .registers 4
    .line 2
    new-instance v0, Lio/dcloud/nineoldandroids/animation/Keyframe$FloatKeyframe;
    invoke-virtual {p0}, Lio/dcloud/nineoldandroids/animation/Keyframe;->getFraction()F
    move-result v1
    iget v2, p0, Lio/dcloud/nineoldandroids/animation/Keyframe$FloatKeyframe;->mValue:F
    invoke-direct {v0, v1, v2}, Lio/dcloud/nineoldandroids/animation/Keyframe$FloatKeyframe;-><init>(FF)V
    .line 3
    invoke-virtual {p0}, Lio/dcloud/nineoldandroids/animation/Keyframe;->getInterpolator()Landroid/view/animation/Interpolator;
    move-result-object v1
    invoke-virtual {v0, v1}, Lio/dcloud/nineoldandroids/animation/Keyframe;->setInterpolator(Landroid/view/animation/Interpolator;)V
    return-object v0
.end method
.method public bridge synthetic clone()Lio/dcloud/nineoldandroids/animation/Keyframe;
    .registers 2
    .line 1
    invoke-virtual {p0}, Lio/dcloud/nineoldandroids/animation/Keyframe$FloatKeyframe;->clone()Lio/dcloud/nineoldandroids/animation/Keyframe$FloatKeyframe;
    move-result-object v0
    return-object v0
.end method
.method public getFloatValue()F
    .registers 2
    .line 1
    iget v0, p0, Lio/dcloud/nineoldandroids/animation/Keyframe$FloatKeyframe;->mValue:F
    return v0
.end method
.method public getValue()Ljava/lang/Object;
    .registers 2
    .line 1
    iget v0, p0, Lio/dcloud/nineoldandroids/animation/Keyframe$FloatKeyframe;->mValue:F
    invoke-static {v0}, Ljava/lang/Float;->valueOf(F)Ljava/lang/Float;
    move-result-object v0
    return-object v0
.end method
.method public setValue(Ljava/lang/Object;)V
    .registers 4
    if-eqz p1, :cond_15
    .line 1
    invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
    move-result-object v0
    const-class v1, Ljava/lang/Float;
    if-ne v0, v1, :cond_15
    .line 2
    check-cast p1, Ljava/lang/Float;
    invoke-virtual {p1}, Ljava/lang/Float;->floatValue()F
    move-result p1
    iput p1, p0, Lio/dcloud/nineoldandroids/animation/Keyframe$FloatKeyframe;->mValue:F
    const/4 p1, 0x1
    .line 3
    iput-boolean p1, p0, Lio/dcloud/nineoldandroids/animation/Keyframe;->mHasValue:Z
    :cond_15
    return-void
.end method