Skip to content

Commit 989fddc

Browse files
rshestfacebook-github-bot
authored andcommitted
Migrate LayoutAnimationController (#50734)
Summary: Pull Request resolved: #50734 ## Changelog: [Android] [Internal] - As in the title Reviewed By: cortinico Differential Revision: D73040384 fbshipit-source-id: adb1ef4c505888deb65403a8339c7d8e1a82786e
1 parent bb6f55e commit 989fddc

File tree

3 files changed

+231
-247
lines changed

3 files changed

+231
-247
lines changed

packages/react-native/ReactAndroid/api/ReactAndroid.api

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5166,13 +5166,13 @@ public final class com/facebook/react/uimanager/events/TouchEventType$Companion
51665166
public final fun getJSEventName (Lcom/facebook/react/uimanager/events/TouchEventType;)Ljava/lang/String;
51675167
}
51685168

5169-
public class com/facebook/react/uimanager/layoutanimation/LayoutAnimationController {
5169+
public final class com/facebook/react/uimanager/layoutanimation/LayoutAnimationController {
51705170
public fun <init> ()V
5171-
public fun applyLayoutUpdate (Landroid/view/View;IIII)V
5172-
public fun deleteView (Landroid/view/View;Lcom/facebook/react/uimanager/layoutanimation/LayoutAnimationListener;)V
5173-
public fun initializeFromConfig (Lcom/facebook/react/bridge/ReadableMap;Lcom/facebook/react/bridge/Callback;)V
5174-
public fun reset ()V
5175-
public fun shouldAnimateLayout (Landroid/view/View;)Z
5171+
public final fun applyLayoutUpdate (Landroid/view/View;IIII)V
5172+
public final fun deleteView (Landroid/view/View;Lcom/facebook/react/uimanager/layoutanimation/LayoutAnimationListener;)V
5173+
public final fun initializeFromConfig (Lcom/facebook/react/bridge/ReadableMap;Lcom/facebook/react/bridge/Callback;)V
5174+
public final fun reset ()V
5175+
public final fun shouldAnimateLayout (Landroid/view/View;)Z
51765176
}
51775177

51785178
public abstract interface class com/facebook/react/uimanager/layoutanimation/LayoutAnimationListener {

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/layoutanimation/LayoutAnimationController.java

Lines changed: 0 additions & 241 deletions
This file was deleted.

0 commit comments

Comments
 (0)