ReactRecyclerViewModule.smali
.class public Lcom/garena/rnrecyclerview/library/ReactRecyclerViewModule;
.super Lcom/facebook/react/bridge/ReactContextBaseJavaModule;
.source "SourceFile"
# annotations
.annotation runtime Lcom/facebook/react/module/annotations/ReactModule;
name = "NativeRecyclerViewModule"
.end annotation
# static fields
.field public static final NAME:Ljava/lang/String; = "NativeRecyclerViewModule"
# instance fields
.field private mViewMap:Ljava/util/HashMap;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/HashMap<",
"Ljava/lang/Integer;",
"Landroidx/recyclerview/widget/LinearLayoutManager;",
">;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Lcom/facebook/react/bridge/ReactApplicationContext;)V
.registers 2
.line 1
invoke-direct {p0, p1}, Lcom/facebook/react/bridge/ReactContextBaseJavaModule;-><init>(Lcom/facebook/react/bridge/ReactApplicationContext;)V
.line 2
new-instance p1, Ljava/util/HashMap;
invoke-direct {p1}, Ljava/util/HashMap;-><init>()V
iput-object p1, p0, Lcom/garena/rnrecyclerview/library/ReactRecyclerViewModule;->mViewMap:Ljava/util/HashMap;
return-void
.end method
.method public static synthetic access$000(Lcom/garena/rnrecyclerview/library/ReactRecyclerViewModule;)Ljava/util/HashMap;
.registers 1
iget-object p0, p0, Lcom/garena/rnrecyclerview/library/ReactRecyclerViewModule;->mViewMap:Ljava/util/HashMap;
return-object p0
.end method
.method public static synthetic access$100(Lcom/garena/rnrecyclerview/library/ReactRecyclerViewModule;IIIIIII)Ljava/lang/String;
.registers 8
.annotation system Ldalvik/annotation/Throws;
value = {
Lorg/json/JSONException;
}
.end annotation
invoke-direct/range {p0 .. p7}, Lcom/garena/rnrecyclerview/library/ReactRecyclerViewModule;->serializeEventData(IIIIIII)Ljava/lang/String;
move-result-object p0
return-object p0
.end method
.method public static synthetic access$200(Lcom/garena/rnrecyclerview/library/ReactRecyclerViewModule;III)Ljava/lang/String;
.registers 4
.annotation system Ldalvik/annotation/Throws;
value = {
Lorg/json/JSONException;
}
.end annotation
invoke-direct {p0, p1, p2, p3}, Lcom/garena/rnrecyclerview/library/ReactRecyclerViewModule;->serializeEmpty(III)Ljava/lang/String;
move-result-object p0
return-object p0
.end method
.method private serializeEmpty(III)Ljava/lang/String;
.registers 6
.annotation system Ldalvik/annotation/Throws;
value = {
Lorg/json/JSONException;
}
.end annotation
.line 1
new-instance v0, Lorg/json/JSONObject;
invoke-direct {v0}, Lorg/json/JSONObject;-><init>()V
const-string v1, "rowIndex"
.line 2
invoke-virtual {v0, v1, p1}, Lorg/json/JSONObject;->put(Ljava/lang/String;I)Lorg/json/JSONObject;
.line 3
new-instance p1, Lorg/json/JSONObject;
invoke-direct {p1}, Lorg/json/JSONObject;-><init>()V
const-string v1, "layout"
.line 4
invoke-virtual {v0, v1, p1}, Lorg/json/JSONObject;->put(Ljava/lang/String;Ljava/lang/Object;)Lorg/json/JSONObject;
.line 5
new-instance p1, Lorg/json/JSONObject;
invoke-direct {p1}, Lorg/json/JSONObject;-><init>()V
const-string v1, "firstVisible"
.line 6
invoke-virtual {p1, v1, p2}, Lorg/json/JSONObject;->put(Ljava/lang/String;I)Lorg/json/JSONObject;
const-string p2, "lastPos"
.line 7
invoke-virtual {p1, p2, p3}, Lorg/json/JSONObject;->put(Ljava/lang/String;I)Lorg/json/JSONObject;
const-string p2, "extra"
.line 8
invoke-virtual {v0, p2, p1}, Lorg/json/JSONObject;->put(Ljava/lang/String;Ljava/lang/Object;)Lorg/json/JSONObject;
.line 9
invoke-virtual {v0}, Lorg/json/JSONObject;->toString()Ljava/lang/String;
move-result-object p1
return-object p1
.end method
.method private serializeEventData(IIIIIII)Ljava/lang/String;
.registers 11
.annotation system Ldalvik/annotation/Throws;
value = {
Lorg/json/JSONException;
}
.end annotation
.line 1
new-instance v0, Lorg/json/JSONObject;
invoke-direct {v0}, Lorg/json/JSONObject;-><init>()V
const-string v1, "rowIndex"
.line 2
invoke-virtual {v0, v1, p1}, Lorg/json/JSONObject;->put(Ljava/lang/String;I)Lorg/json/JSONObject;
.line 3
new-instance p1, Lorg/json/JSONObject;
invoke-direct {p1}, Lorg/json/JSONObject;-><init>()V
int-to-float p2, p2
.line 4
invoke-static {p2}, Lcom/facebook/react/uimanager/PixelUtil;->toDIPFromPixel(F)F
move-result p2
float-to-double v1, p2
const-string/jumbo p2, "x"
invoke-virtual {p1, p2, v1, v2}, Lorg/json/JSONObject;->put(Ljava/lang/String;D)Lorg/json/JSONObject;
int-to-float p2, p3
.line 5
invoke-static {p2}, Lcom/facebook/react/uimanager/PixelUtil;->toDIPFromPixel(F)F
move-result p2
float-to-double p2, p2
const-string/jumbo v1, "y"
invoke-virtual {p1, v1, p2, p3}, Lorg/json/JSONObject;->put(Ljava/lang/String;D)Lorg/json/JSONObject;
int-to-float p2, p4
.line 6
invoke-static {p2}, Lcom/facebook/react/uimanager/PixelUtil;->toDIPFromPixel(F)F
move-result p2
float-to-double p2, p2
const-string/jumbo p4, "width"
invoke-virtual {p1, p4, p2, p3}, Lorg/json/JSONObject;->put(Ljava/lang/String;D)Lorg/json/JSONObject;
int-to-float p2, p5
.line 7
invoke-static {p2}, Lcom/facebook/react/uimanager/PixelUtil;->toDIPFromPixel(F)F
move-result p2
float-to-double p2, p2
const-string p4, "height"
invoke-virtual {p1, p4, p2, p3}, Lorg/json/JSONObject;->put(Ljava/lang/String;D)Lorg/json/JSONObject;
const-string p2, "layout"
.line 8
invoke-virtual {v0, p2, p1}, Lorg/json/JSONObject;->put(Ljava/lang/String;Ljava/lang/Object;)Lorg/json/JSONObject;
.line 9
new-instance p1, Lorg/json/JSONObject;
invoke-direct {p1}, Lorg/json/JSONObject;-><init>()V
const-string p2, "firstVisible"
.line 10
invoke-virtual {p1, p2, p6}, Lorg/json/JSONObject;->put(Ljava/lang/String;I)Lorg/json/JSONObject;
const-string p2, "lastPos"
.line 11
invoke-virtual {p1, p2, p7}, Lorg/json/JSONObject;->put(Ljava/lang/String;I)Lorg/json/JSONObject;
const-string p2, "extra"
.line 12
invoke-virtual {v0, p2, p1}, Lorg/json/JSONObject;->put(Ljava/lang/String;Ljava/lang/Object;)Lorg/json/JSONObject;
.line 13
invoke-virtual {v0}, Lorg/json/JSONObject;->toString()Ljava/lang/String;
move-result-object p1
return-object p1
.end method
# virtual methods
.method public getLayout(IILcom/facebook/react/bridge/Promise;)V
.registers 5
.annotation runtime Lcom/facebook/react/bridge/ReactMethod;
.end annotation
new-instance v0, Lcom/garena/rnrecyclerview/library/ReactRecyclerViewModule$a;
invoke-direct {v0, p0, p1, p2, p3}, Lcom/garena/rnrecyclerview/library/ReactRecyclerViewModule$a;-><init>(Lcom/garena/rnrecyclerview/library/ReactRecyclerViewModule;IILcom/facebook/react/bridge/Promise;)V
invoke-static {v0}, Lcom/facebook/react/bridge/UiThreadUtil;->runOnUiThread(Ljava/lang/Runnable;)V
return-void
.end method
.method public getName()Ljava/lang/String;
.registers 2
const-string v0, "NativeRecyclerViewModule"
return-object v0
.end method
.method public registerLayoutManager(ILandroidx/recyclerview/widget/LinearLayoutManager;)V
.registers 4
iget-object v0, p0, Lcom/garena/rnrecyclerview/library/ReactRecyclerViewModule;->mViewMap:Ljava/util/HashMap;
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p1
invoke-virtual {v0, p1, p2}, Ljava/util/HashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
return-void
.end method
.method public unregisterLayoutManager(I)V
.registers 3
iget-object v0, p0, Lcom/garena/rnrecyclerview/library/ReactRecyclerViewModule;->mViewMap:Ljava/util/HashMap;
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p1
invoke-virtual {v0, p1}, Ljava/util/HashMap;->remove(Ljava/lang/Object;)Ljava/lang/Object;
return-void
.end method