Skip to content

Commit f21e61f

Browse files
fabriziocuccifacebook-github-bot
authored andcommitted
Kotlinify TouchTargetHelper
Summary: As per title. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D72716749 fbshipit-source-id: 2e3e7ff41e2706808b112347fedd370eb9048f1e
1 parent e424a57 commit f21e61f

3 files changed

Lines changed: 447 additions & 461 deletions

File tree

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4471,18 +4471,18 @@ public class com/facebook/react/uimanager/ThemedReactContext : com/facebook/reac
44714471
public fun removeLifecycleEventListener (Lcom/facebook/react/bridge/LifecycleEventListener;)V
44724472
}
44734473

4474-
public class com/facebook/react/uimanager/TouchTargetHelper {
4475-
public fun <init> ()V
4476-
public static fun findTargetPathAndCoordinatesForTouch (FFLandroid/view/ViewGroup;[F)Ljava/util/List;
4477-
public static fun findTargetTagAndCoordinatesForTouch (FFLandroid/view/ViewGroup;[F[I)I
4478-
public static fun findTargetTagForTouch (FFLandroid/view/ViewGroup;)I
4479-
public static fun findTargetTagForTouch (FFLandroid/view/ViewGroup;[I)I
4474+
public final class com/facebook/react/uimanager/TouchTargetHelper {
4475+
public static final field INSTANCE Lcom/facebook/react/uimanager/TouchTargetHelper;
4476+
public static final fun findTargetPathAndCoordinatesForTouch (FFLandroid/view/ViewGroup;[F)Ljava/util/List;
4477+
public static final fun findTargetTagAndCoordinatesForTouch (FFLandroid/view/ViewGroup;[F[I)I
4478+
public static final fun findTargetTagForTouch (FFLandroid/view/ViewGroup;)I
4479+
public static final fun findTargetTagForTouch (FFLandroid/view/ViewGroup;[I)I
44804480
}
44814481

4482-
public class com/facebook/react/uimanager/TouchTargetHelper$ViewTarget {
4482+
public final class com/facebook/react/uimanager/TouchTargetHelper$ViewTarget {
44834483
public fun equals (Ljava/lang/Object;)Z
4484-
public fun getView ()Landroid/view/View;
4485-
public fun getViewId ()I
4484+
public final fun getView ()Landroid/view/View;
4485+
public final fun getViewId ()I
44864486
public fun hashCode ()I
44874487
}
44884488

0 commit comments

Comments
 (0)