Skip to content

Commit

Permalink
NativeAnimatedModule, Java->Kotlin (facebook#45768)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#45768

# Changelog:
[Internal] -

As in the title.

Differential Revision: D60353569
  • Loading branch information
rshest authored and facebook-github-bot committed Jul 29, 2024
1 parent 10740f5 commit 0fee65d
Show file tree
Hide file tree
Showing 3 changed files with 1,043 additions and 1,229 deletions.
12 changes: 8 additions & 4 deletions packages/react-native/ReactAndroid/api/ReactAndroid.api
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,9 @@ public final class com/facebook/react/animated/InterpolationAnimatedNode$Compani
public final fun interpolateString (Ljava/lang/String;D[D[[DLjava/lang/String;Ljava/lang/String;)Ljava/lang/String;
}

public class com/facebook/react/animated/NativeAnimatedModule : com/facebook/fbreact/specs/NativeAnimatedModuleSpec, com/facebook/react/bridge/LifecycleEventListener, com/facebook/react/bridge/UIManagerListener {
public static final field ANIMATED_MODULE_DEBUG Z
public final class com/facebook/react/animated/NativeAnimatedModule : com/facebook/fbreact/specs/NativeAnimatedModuleSpec, com/facebook/react/bridge/LifecycleEventListener, com/facebook/react/bridge/UIManagerListener {
public static final field Companion Lcom/facebook/react/animated/NativeAnimatedModule$Companion;
public static final field NAME Ljava/lang/String;
public fun <init> (Lcom/facebook/react/bridge/ReactApplicationContext;)V
public fun addAnimatedEventToView (DLjava/lang/String;Lcom/facebook/react/bridge/ReadableMap;)V
public fun addListener (Ljava/lang/String;)V
Expand All @@ -501,7 +502,7 @@ public class com/facebook/react/animated/NativeAnimatedModule : com/facebook/fbr
public fun extractAnimatedNodeOffset (D)V
public fun finishOperationBatch ()V
public fun flattenAnimatedNodeOffset (D)V
public fun getNodesManager ()Lcom/facebook/react/animated/NativeAnimatedNodesManager;
public final fun getNodesManager ()Lcom/facebook/react/animated/NativeAnimatedNodesManager;
public fun getValue (DLcom/facebook/react/bridge/Callback;)V
public fun initialize ()V
public fun invalidate ()V
Expand All @@ -520,11 +521,14 @@ public class com/facebook/react/animated/NativeAnimatedModule : com/facebook/fbr
public fun stopAnimation (D)V
public fun stopListeningToAnimatedNodeValue (D)V
public fun updateAnimatedNodeConfig (DLcom/facebook/react/bridge/ReadableMap;)V
public fun userDrivenScrollEnded (I)V
public final fun userDrivenScrollEnded (I)V
public fun willDispatchViewUpdates (Lcom/facebook/react/bridge/UIManager;)V
public fun willMountItems (Lcom/facebook/react/bridge/UIManager;)V
}

public final class com/facebook/react/animated/NativeAnimatedModule$Companion {
}

public final class com/facebook/react/animated/NativeAnimatedNodesManager : com/facebook/react/uimanager/events/EventDispatcherListener {
public fun <init> (Lcom/facebook/react/bridge/ReactApplicationContext;)V
public final fun addAnimatedEventToView (ILjava/lang/String;Lcom/facebook/react/bridge/ReadableMap;)V
Expand Down
Loading

0 comments on commit 0fee65d

Please sign in to comment.