You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Pull Request resolved: #52132
This is yet another class that is getting converted from Java to Kotlin.
Changelog:
[Internal] [Changed] -
Reviewed By: javache
Differential Revision: D76979123
fbshipit-source-id: d1fc54e61d64b78a56cf0198ae5fe588702a8698
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/api/ReactAndroid.api
+16-10Lines changed: 16 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4890,30 +4890,36 @@ public final class com/facebook/react/uimanager/events/NativeGestureUtil {
4890
4890
public static final fun notifyNativeGestureStarted (Landroid/view/View;Landroid/view/MotionEvent;)V
4891
4891
}
4892
4892
4893
-
public class com/facebook/react/uimanager/events/PointerEvent : com/facebook/react/uimanager/events/Event {
4893
+
public final class com/facebook/react/uimanager/events/PointerEvent : com/facebook/react/uimanager/events/Event {
4894
+
public static final field Companion Lcom/facebook/react/uimanager/events/PointerEvent$Companion;
4894
4895
public fun dispatch (Lcom/facebook/react/uimanager/events/RCTEventEmitter;)V
4895
4896
public fun dispatchModern (Lcom/facebook/react/uimanager/events/RCTModernEventEmitter;)V
4896
4897
public fun getCoalescingKey ()S
4897
4898
public fun getEventAnimationDriverMatchSpec ()Lcom/facebook/react/uimanager/events/Event$EventAnimationDriverMatchSpec;
4898
4899
public fun getEventName ()Ljava/lang/String;
4899
-
public static fun obtain (Ljava/lang/String;ILcom/facebook/react/uimanager/events/PointerEvent$PointerEventState;Landroid/view/MotionEvent;)Lcom/facebook/react/uimanager/events/PointerEvent;
4900
-
public static fun obtain (Ljava/lang/String;ILcom/facebook/react/uimanager/events/PointerEvent$PointerEventState;Landroid/view/MotionEvent;S)Lcom/facebook/react/uimanager/events/PointerEvent;
4900
+
public static final fun obtain (Ljava/lang/String;ILcom/facebook/react/uimanager/events/PointerEvent$PointerEventState;Landroid/view/MotionEvent;)Lcom/facebook/react/uimanager/events/PointerEvent;
4901
+
public static final fun obtain (Ljava/lang/String;ILcom/facebook/react/uimanager/events/PointerEvent$PointerEventState;Landroid/view/MotionEvent;S)Lcom/facebook/react/uimanager/events/PointerEvent;
4901
4902
public fun onDispose ()V
4902
4903
}
4903
4904
4904
-
public class com/facebook/react/uimanager/events/PointerEvent$PointerEventState {
4905
+
public final class com/facebook/react/uimanager/events/PointerEvent$Companion {
4906
+
public final fun obtain (Ljava/lang/String;ILcom/facebook/react/uimanager/events/PointerEvent$PointerEventState;Landroid/view/MotionEvent;)Lcom/facebook/react/uimanager/events/PointerEvent;
4907
+
public final fun obtain (Ljava/lang/String;ILcom/facebook/react/uimanager/events/PointerEvent$PointerEventState;Landroid/view/MotionEvent;S)Lcom/facebook/react/uimanager/events/PointerEvent;
4908
+
}
4909
+
4910
+
public final class com/facebook/react/uimanager/events/PointerEvent$PointerEventState {
4905
4911
public fun <init> (IIIILjava/util/Map;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Ljava/util/Set;)V
4906
-
public fun getActivePointerId ()I
4912
+
public final fun getActivePointerId ()I
4907
4913
public final fun getEventCoordinatesByPointerId ()Ljava/util/Map;
4908
4914
public final fun getHitPathByPointerId ()Ljava/util/Map;
4909
4915
public final fun getHitPathForActivePointer ()Ljava/util/List;
4910
-
public fun getHoveringPointerIds ()Ljava/util/Set;
4911
-
public fun getLastButtonState ()I
4916
+
public final fun getHoveringPointerIds ()Ljava/util/Set;
4917
+
public final fun getLastButtonState ()I
4912
4918
public final fun getOffsetByPointerId ()Ljava/util/Map;
4913
-
public fun getPrimaryPointerId ()I
4919
+
public final fun getPrimaryPointerId ()I
4914
4920
public final fun getScreenCoordinatesByPointerId ()Ljava/util/Map;
4915
-
public fun getSurfaceId ()I
4916
-
public fun supportsHover (I)Z
4921
+
public final fun getSurfaceId ()I
4922
+
public final fun supportsHover (I)Z
4917
4923
}
4918
4924
4919
4925
public abstract interface class com/facebook/react/uimanager/events/RCTEventEmitter : com/facebook/react/bridge/JavaScriptModule {
0 commit comments