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: #52131
This class is not used in OSS and can be made internal.
Changelog:
[Internal] [Changed] -
Reviewed By: javache
Differential Revision: D76979122
fbshipit-source-id: 2d81e3605e6c51336b3bdb2671dd9faf8f25639b
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/api/ReactAndroid.api
-32Lines changed: 0 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -4890,38 +4890,6 @@ 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 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;
4895
-
public fun dispatch (Lcom/facebook/react/uimanager/events/RCTEventEmitter;)V
4896
-
public fun dispatchModern (Lcom/facebook/react/uimanager/events/RCTModernEventEmitter;)V
4897
-
public fun getCoalescingKey ()S
4898
-
public fun getEventAnimationDriverMatchSpec ()Lcom/facebook/react/uimanager/events/Event$EventAnimationDriverMatchSpec;
4899
-
public fun getEventName ()Ljava/lang/String;
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;
4902
-
public fun onDispose ()V
4903
-
}
4904
-
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 {
4911
-
public fun <init> (IIIILjava/util/Map;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Ljava/util/Set;)V
4912
-
public final fun getActivePointerId ()I
4913
-
public final fun getEventCoordinatesByPointerId ()Ljava/util/Map;
4914
-
public final fun getHitPathByPointerId ()Ljava/util/Map;
4915
-
public final fun getHitPathForActivePointer ()Ljava/util/List;
4916
-
public final fun getHoveringPointerIds ()Ljava/util/Set;
4917
-
public final fun getLastButtonState ()I
4918
-
public final fun getOffsetByPointerId ()Ljava/util/Map;
4919
-
public final fun getPrimaryPointerId ()I
4920
-
public final fun getScreenCoordinatesByPointerId ()Ljava/util/Map;
4921
-
public final fun getSurfaceId ()I
4922
-
public final fun supportsHover (I)Z
4923
-
}
4924
-
4925
4893
public abstract interface class com/facebook/react/uimanager/events/RCTEventEmitter : com/facebook/react/bridge/JavaScriptModule {
4926
4894
public abstract fun receiveEvent (ILjava/lang/String;Lcom/facebook/react/bridge/WritableMap;)V
4927
4895
public abstract fun receiveTouches (Ljava/lang/String;Lcom/facebook/react/bridge/WritableArray;Lcom/facebook/react/bridge/WritableArray;)V
0 commit comments