f.smali

.class public final Lv2/f;
.super Ljava/lang/Object;
.source "Range.java"


# instance fields
.field public a:F

.field public b:F


# direct methods
.method static constructor <clinit>()V
    .registers 1

    return-void
.end method

.method public constructor <init>(FF)V
    .registers 3

    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    iput p1, p0, Lv2/f;->a:F

    iput p2, p0, Lv2/f;->b:F

    return-void
.end method


# virtual methods
.method public a(F)Z
    .registers 3

    iget v0, p0, Lv2/f;->a:F

    cmpl-float v0, p1, v0

    if-lez v0, :cond_e

    iget v0, p0, Lv2/f;->b:F

    cmpg-float p1, p1, v0

    if-gtz p1, :cond_e

    const/4 p1, 0x1

    return p1

    :cond_e
    const/4 p1, 0x0

    return p1
.end method