ViewAtIndex$1.smali

.class Lcom/facebook/react/uimanager/ViewAtIndex$1;
.super Ljava/lang/Object;
.source "SourceFile"

# interfaces
.implements Ljava/util/Comparator;


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lcom/facebook/react/uimanager/ViewAtIndex;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x1
    name = null
.end annotation

.annotation system Ldalvik/annotation/Signature;
    value = {
        "Ljava/lang/Object;",
        "Ljava/util/Comparator<",
        "Lcom/facebook/react/uimanager/ViewAtIndex;",
        ">;"
    }
.end annotation


# direct methods
.method public constructor <init>()V
    .registers 1

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

    return-void
.end method


# virtual methods
.method public compare(Lcom/facebook/react/uimanager/ViewAtIndex;Lcom/facebook/react/uimanager/ViewAtIndex;)I
    .registers 3

    .line 2
    iget p1, p1, Lcom/facebook/react/uimanager/ViewAtIndex;->mIndex:I

    iget p2, p2, Lcom/facebook/react/uimanager/ViewAtIndex;->mIndex:I

    sub-int/2addr p1, p2

    return p1
.end method

.method public bridge synthetic compare(Ljava/lang/Object;Ljava/lang/Object;)I
    .registers 3

    .line 1
    check-cast p1, Lcom/facebook/react/uimanager/ViewAtIndex;

    check-cast p2, Lcom/facebook/react/uimanager/ViewAtIndex;

    invoke-virtual {p0, p1, p2}, Lcom/facebook/react/uimanager/ViewAtIndex$1;->compare(Lcom/facebook/react/uimanager/ViewAtIndex;Lcom/facebook/react/uimanager/ViewAtIndex;)I

    move-result p1

    return p1
.end method