ReactRootViewDelegate.smali

.class public interface abstract Lcom/facebook/react/ReactRootViewDelegate;
.super Ljava/lang/Object;
.source "SourceFile"


# virtual methods
.method public abstract onAttachedToReactInstance(Lcom/facebook/react/ReactRootView;)V
.end method

.method public abstract onAttachedToWindow(Lcom/facebook/react/ReactRootView;)V
.end method

.method public abstract onChildStartedNativeGesture(Lcom/facebook/react/ReactRootView;Landroid/view/MotionEvent;)V
.end method

.method public abstract onDetachedFromWindow(Lcom/facebook/react/ReactRootView;)V
.end method

.method public abstract onDispatchDraw(Lcom/facebook/react/ReactRootView;Landroid/graphics/Canvas;)V
.end method

.method public abstract onDispatchJSTouchEventEnd(Lcom/facebook/react/ReactRootView;Landroid/view/MotionEvent;)V
.end method

.method public abstract onDispatchJSTouchEventStart(Lcom/facebook/react/ReactRootView;Landroid/view/MotionEvent;)V
.end method

.method public abstract onDispatchKeyEventEnd(Lcom/facebook/react/ReactRootView;Landroid/view/KeyEvent;)V
.end method

.method public abstract onDispatchKeyEventStart(Lcom/facebook/react/ReactRootView;Landroid/view/KeyEvent;)V
.end method

.method public abstract onFinalize(Lcom/facebook/react/ReactRootView;)V
.end method

.method public abstract onFocusChanged(Lcom/facebook/react/ReactRootView;ZILandroid/graphics/Rect;)V
.end method

.method public abstract onInit(Lcom/facebook/react/ReactRootView;Z)V
.end method

.method public abstract onLayoutEnd(Lcom/facebook/react/ReactRootView;ZIIII)V
.end method

.method public abstract onLayoutStart(Lcom/facebook/react/ReactRootView;ZIIII)V
.end method

.method public abstract onMeasureEnd(Lcom/facebook/react/ReactRootView;II)V
.end method

.method public abstract onMeasureStart(Lcom/facebook/react/ReactRootView;II)V
.end method

.method public abstract onRequestChildFocus(Lcom/facebook/react/ReactRootView;Landroid/view/View;Landroid/view/View;)V
.end method

.method public abstract onRunApplicationEnd(Lcom/facebook/react/ReactRootView;)V
.end method

.method public abstract onRunApplicationStart(Lcom/facebook/react/ReactRootView;)V
.end method

.method public abstract onStage(Lcom/facebook/react/ReactRootView;I)V
.end method

.method public abstract onStartReactApplication(Lcom/facebook/react/ReactRootView;Lcom/facebook/react/ReactInstanceManager;Ljava/lang/String;Ljava/lang/String;)V
.end method

.method public abstract onUnmountReactApplication(Lcom/facebook/react/ReactRootView;)V
.end method

.method public abstract onViewAdded(Lcom/facebook/react/ReactRootView;Landroid/view/View;)V
.end method

.method public abstract onVisibilityAggregated(Lcom/facebook/react/ReactRootView;Z)V
.end method

.method public abstract onVisibilityChanged(Lcom/facebook/react/ReactRootView;Landroid/view/View;I)V
.end method

.method public abstract onWindowFocusChanged(Lcom/facebook/react/ReactRootView;Z)V
.end method

.method public abstract onWindowVisibilityChanged(Lcom/facebook/react/ReactRootView;I)V
.end method