TableLayout$Interval.smali

.class final Lim/tpelyyftgw/ui/components/TableLayout$Interval;
.super Ljava/lang/Object;
.source "TableLayout.java"


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lim/tpelyyftgw/ui/components/TableLayout;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x18
    name = "Interval"
.end annotation


# instance fields
.field public final max:I

.field public final min:I


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

    return-void
.end method

.method public constructor <init>(II)V
    .registers 3
    .param p1, "min"    # I
    .param p2, "max"    # I

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

    .line 1774
    iput p1, p0, Lim/tpelyyftgw/ui/components/TableLayout$Interval;->min:I

    .line 1775
    iput p2, p0, Lim/tpelyyftgw/ui/components/TableLayout$Interval;->max:I

    .line 1776
    return-void
.end method


# virtual methods
.method public equals(Ljava/lang/Object;)Z
    .registers 7
    .param p1, "that"    # Ljava/lang/Object;

    .line 1788
    const/4 v0, 0x1

    if-ne p0, p1, :cond_4

    .line 1789
    return v0

    .line 1791
    :cond_4
    const/4 v1, 0x0

    if-eqz p1, :cond_24

    invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;

    move-result-object v2

    invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;

    move-result-object v3

    if-eq v2, v3, :cond_12

    goto :goto_24

    .line 1795
    :cond_12
    move-object v2, p1

    check-cast v2, Lim/tpelyyftgw/ui/components/TableLayout$Interval;

    .line 1797
    .local v2, "interval":Lim/tpelyyftgw/ui/components/TableLayout$Interval;
    iget v3, p0, Lim/tpelyyftgw/ui/components/TableLayout$Interval;->max:I

    iget v4, v2, Lim/tpelyyftgw/ui/components/TableLayout$Interval;->max:I

    if-eq v3, v4, :cond_1c

    .line 1798
    return v1

    .line 1800
    :cond_1c
    iget v3, p0, Lim/tpelyyftgw/ui/components/TableLayout$Interval;->min:I

    iget v4, v2, Lim/tpelyyftgw/ui/components/TableLayout$Interval;->min:I

    if-eq v3, v4, :cond_23

    .line 1801
    return v1

    .line 1804
    :cond_23
    return v0

    .line 1792
    .end local v2    # "interval":Lim/tpelyyftgw/ui/components/TableLayout$Interval;
    :cond_24
    :goto_24
    return v1
.end method

.method public hashCode()I
    .registers 4

    .line 1809
    iget v0, p0, Lim/tpelyyftgw/ui/components/TableLayout$Interval;->min:I

    .line 1810
    .local v0, "result":I
    mul-int/lit8 v1, v0, 0x1f

    iget v2, p0, Lim/tpelyyftgw/ui/components/TableLayout$Interval;->max:I

    add-int/2addr v1, v2

    .line 1811
    .end local v0    # "result":I
    .local v1, "result":I
    return v1
.end method

.method inverse()Lim/tpelyyftgw/ui/components/TableLayout$Interval;
    .registers 4

    .line 1783
    new-instance v0, Lim/tpelyyftgw/ui/components/TableLayout$Interval;

    iget v1, p0, Lim/tpelyyftgw/ui/components/TableLayout$Interval;->max:I

    iget v2, p0, Lim/tpelyyftgw/ui/components/TableLayout$Interval;->min:I

    invoke-direct {v0, v1, v2}, Lim/tpelyyftgw/ui/components/TableLayout$Interval;-><init>(II)V

    return-object v0
.end method

.method size()I
    .registers 3

    .line 1779
    iget v0, p0, Lim/tpelyyftgw/ui/components/TableLayout$Interval;->max:I

    iget v1, p0, Lim/tpelyyftgw/ui/components/TableLayout$Interval;->min:I

    sub-int/2addr v0, v1

    return v0
.end method