UIManagerHelper.smali
.class public Lcom/facebook/react/uimanager/UIManagerHelper;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public constructor <init>()V
.registers 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static getEventDispatcher(Lcom/facebook/react/bridge/ReactContext;I)Lcom/facebook/react/uimanager/events/EventDispatcher;
.registers 3
const/4 v0, 0x0
.line 1
invoke-static {p0, p1, v0}, Lcom/facebook/react/uimanager/UIManagerHelper;->getUIManager(Lcom/facebook/react/bridge/ReactContext;IZ)Lcom/facebook/react/bridge/UIManager;
move-result-object p0
if-nez p0, :cond_9
const/4 p0, 0x0
goto :goto_f
.line 2
:cond_9
invoke-interface {p0}, Lcom/facebook/react/bridge/UIManager;->getEventDispatcher()Ljava/lang/Object;
move-result-object p0
check-cast p0, Lcom/facebook/react/uimanager/events/EventDispatcher;
:goto_f
return-object p0
.end method
.method public static getEventDispatcherForReactTag(Lcom/facebook/react/bridge/ReactContext;I)Lcom/facebook/react/uimanager/events/EventDispatcher;
.registers 2
invoke-static {p1}, Lcom/facebook/react/uimanager/common/ViewUtil;->getUIManagerType(I)I
move-result p1
invoke-static {p0, p1}, Lcom/facebook/react/uimanager/UIManagerHelper;->getEventDispatcher(Lcom/facebook/react/bridge/ReactContext;I)Lcom/facebook/react/uimanager/events/EventDispatcher;
move-result-object p0
return-object p0
.end method
.method public static getReactContext(Landroid/view/View;)Lcom/facebook/react/bridge/ReactContext;
.registers 2
.line 1
invoke-virtual {p0}, Landroid/view/View;->getContext()Landroid/content/Context;
move-result-object p0
.line 2
instance-of v0, p0, Lcom/facebook/react/bridge/ReactContext;
if-nez v0, :cond_12
instance-of v0, p0, Landroid/content/ContextWrapper;
if-eqz v0, :cond_12
.line 3
check-cast p0, Landroid/content/ContextWrapper;
invoke-virtual {p0}, Landroid/content/ContextWrapper;->getBaseContext()Landroid/content/Context;
move-result-object p0
.line 4
:cond_12
check-cast p0, Lcom/facebook/react/bridge/ReactContext;
return-object p0
.end method
.method public static getUIManager(Lcom/facebook/react/bridge/ReactContext;I)Lcom/facebook/react/bridge/UIManager;
.registers 3
const/4 v0, 0x1
.line 1
invoke-static {p0, p1, v0}, Lcom/facebook/react/uimanager/UIManagerHelper;->getUIManager(Lcom/facebook/react/bridge/ReactContext;IZ)Lcom/facebook/react/bridge/UIManager;
move-result-object p0
return-object p0
.end method
.method private static getUIManager(Lcom/facebook/react/bridge/ReactContext;IZ)Lcom/facebook/react/bridge/UIManager;
.registers 8
.line 2
const-class v0, Lcom/facebook/react/uimanager/UIManagerModule;
invoke-virtual {p0}, Lcom/facebook/react/bridge/ReactContext;->isBridgeless()Z
move-result v1
if-eqz v1, :cond_11
.line 3
sget-object p1, Lcom/facebook/react/bridge/JSIModuleType;->UIManager:Lcom/facebook/react/bridge/JSIModuleType;
invoke-virtual {p0, p1}, Lcom/facebook/react/bridge/ReactContext;->getJSIModule(Lcom/facebook/react/bridge/JSIModuleType;)Lcom/facebook/react/bridge/JSIModule;
move-result-object p0
check-cast p0, Lcom/facebook/react/bridge/UIManager;
return-object p0
.line 4
:cond_11
invoke-virtual {p0}, Lcom/facebook/react/bridge/ReactContext;->hasCatalystInstance()Z
move-result v1
const/4 v2, 0x0
const-string v3, "UIManagerHelper"
if-nez v1, :cond_25
.line 5
new-instance p0, Lcom/facebook/react/bridge/ReactNoCrashSoftException;
const-string p1, "Cannot get UIManager because the context doesn\'t contain a CatalystInstance."
invoke-direct {p0, p1}, Lcom/facebook/react/bridge/ReactNoCrashSoftException;-><init>(Ljava/lang/String;)V
invoke-static {v3, p0}, Lcom/facebook/react/bridge/ReactSoftException;->logSoftException(Ljava/lang/String;Ljava/lang/Throwable;)V
return-object v2
.line 6
:cond_25
invoke-virtual {p0}, Lcom/facebook/react/bridge/ReactContext;->hasActiveCatalystInstance()Z
move-result v1
if-nez v1, :cond_38
.line 7
new-instance v1, Lcom/facebook/react/bridge/ReactNoCrashSoftException;
const-string v4, "Cannot get UIManager because the context doesn\'t contain an active CatalystInstance."
invoke-direct {v1, v4}, Lcom/facebook/react/bridge/ReactNoCrashSoftException;-><init>(Ljava/lang/String;)V
invoke-static {v3, v1}, Lcom/facebook/react/bridge/ReactSoftException;->logSoftException(Ljava/lang/String;Ljava/lang/Throwable;)V
if-eqz p2, :cond_38
return-object v2
.line 8
:cond_38
invoke-virtual {p0}, Lcom/facebook/react/bridge/ReactContext;->getCatalystInstance()Lcom/facebook/react/bridge/CatalystInstance;
move-result-object p0
.line 9
sget-boolean p2, Lcom/facebook/react/util/Constants;->ENABLE_RETURN_DEFAULT_UI_MANAGER_WHEN_NO_JSI_MODULE:Z
const/4 v1, 0x2
if-eqz p2, :cond_68
if-ne p1, v1, :cond_4c
.line 10
:try_start_43
sget-object p2, Lcom/facebook/react/bridge/JSIModuleType;->UIManager:Lcom/facebook/react/bridge/JSIModuleType;
invoke-interface {p0, p2}, Lcom/facebook/react/bridge/CatalystInstance;->getJSIModule(Lcom/facebook/react/bridge/JSIModuleType;)Lcom/facebook/react/bridge/JSIModule;
move-result-object p2
check-cast p2, Lcom/facebook/react/bridge/UIManager;
goto :goto_52
.line 11
:cond_4c
invoke-interface {p0, v0}, Lcom/facebook/react/bridge/CatalystInstance;->getNativeModule(Ljava/lang/Class;)Lcom/facebook/react/bridge/NativeModule;
move-result-object p2
check-cast p2, Lcom/facebook/react/bridge/UIManager;
:try_end_52
.catch Ljava/lang/IllegalArgumentException; {:try_start_43 .. :try_end_52} :catch_53
:goto_52
return-object p2
.line 12
:catch_53
new-instance p2, Lcom/facebook/react/bridge/ReactNoCrashSoftException;
const-string v1, "Cannot get UIManager for UIManagerType: "
.line 13
invoke-static {v1, p1}, Landroidx/appcompat/widget/h;->a(Ljava/lang/String;I)Ljava/lang/String;
move-result-object p1
.line 14
invoke-direct {p2, p1}, Lcom/facebook/react/bridge/ReactNoCrashSoftException;-><init>(Ljava/lang/String;)V
invoke-static {v3, p2}, Lcom/facebook/react/bridge/ReactSoftException;->logSoftException(Ljava/lang/String;Ljava/lang/Throwable;)V
.line 15
invoke-interface {p0, v0}, Lcom/facebook/react/bridge/CatalystInstance;->getNativeModule(Ljava/lang/Class;)Lcom/facebook/react/bridge/NativeModule;
move-result-object p0
check-cast p0, Lcom/facebook/react/bridge/UIManager;
return-object p0
:cond_68
if-ne p1, v1, :cond_73
.line 16
sget-object p1, Lcom/facebook/react/bridge/JSIModuleType;->UIManager:Lcom/facebook/react/bridge/JSIModuleType;
invoke-interface {p0, p1}, Lcom/facebook/react/bridge/CatalystInstance;->getJSIModule(Lcom/facebook/react/bridge/JSIModuleType;)Lcom/facebook/react/bridge/JSIModule;
move-result-object p0
check-cast p0, Lcom/facebook/react/bridge/UIManager;
goto :goto_79
.line 17
:cond_73
invoke-interface {p0, v0}, Lcom/facebook/react/bridge/CatalystInstance;->getNativeModule(Ljava/lang/Class;)Lcom/facebook/react/bridge/NativeModule;
move-result-object p0
check-cast p0, Lcom/facebook/react/bridge/UIManager;
:goto_79
return-object p0
.end method
.method public static getUIManagerForReactTag(Lcom/facebook/react/bridge/ReactContext;I)Lcom/facebook/react/bridge/UIManager;
.registers 2
invoke-static {p1}, Lcom/facebook/react/uimanager/common/ViewUtil;->getUIManagerType(I)I
move-result p1
invoke-static {p0, p1}, Lcom/facebook/react/uimanager/UIManagerHelper;->getUIManager(Lcom/facebook/react/bridge/ReactContext;I)Lcom/facebook/react/bridge/UIManager;
move-result-object p0
return-object p0
.end method