Skip to content

Commit

Permalink
Kotlinify ReactSurfaceView (facebook#43964)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#43964

## Changelog:
[Internal] -

As in the title.

Reviewed By: alanleedev

Differential Revision: D55869113

fbshipit-source-id: 650304aee8aedc147b4f27b7c490fb4f64160c96
  • Loading branch information
rshest authored and facebook-github-bot committed Apr 9, 2024
1 parent a7e9a22 commit 2fcdab4
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 253 deletions.
6 changes: 1 addition & 5 deletions packages/react-native/ReactAndroid/api/ReactAndroid.api
Original file line number Diff line number Diff line change
Expand Up @@ -3755,10 +3755,8 @@ public class com/facebook/react/runtime/ReactSurfaceImpl : com/facebook/react/in
public fun updateInitProps (Landroid/os/Bundle;)V
}

public class com/facebook/react/runtime/ReactSurfaceView : com/facebook/react/ReactRootView {
public final class com/facebook/react/runtime/ReactSurfaceView : com/facebook/react/ReactRootView {
public fun <init> (Landroid/content/Context;Lcom/facebook/react/runtime/ReactSurfaceImpl;)V
protected fun dispatchJSPointerEvent (Landroid/view/MotionEvent;Z)V
protected fun dispatchJSTouchEvent (Landroid/view/MotionEvent;)V
public fun getCurrentReactContext ()Lcom/facebook/react/bridge/ReactContext;
public fun getUIManagerType ()I
public fun handleException (Ljava/lang/Throwable;)V
Expand All @@ -3767,8 +3765,6 @@ public class com/facebook/react/runtime/ReactSurfaceView : com/facebook/react/Re
public fun isViewAttachedToReactInstance ()Z
public fun onChildEndedNativeGesture (Landroid/view/View;Landroid/view/MotionEvent;)V
public fun onChildStartedNativeGesture (Landroid/view/View;Landroid/view/MotionEvent;)V
protected fun onLayout (ZIIII)V
protected fun onMeasure (II)V
public fun requestDisallowInterceptTouchEvent (Z)V
public fun setIsFabric (Z)V
}
Expand Down

This file was deleted.

Loading

0 comments on commit 2fcdab4

Please sign in to comment.