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
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/api/ReactAndroid.api
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5646,23 +5646,28 @@ public abstract interface class com/facebook/react/uimanager/events/RCTModernEve
5646
5646
public abstract fun receiveTouches (Lcom/facebook/react/uimanager/events/TouchEvent;)V
5647
5647
}
5648
5648
5649
-
public class com/facebook/react/uimanager/events/TouchEvent : com/facebook/react/uimanager/events/Event {
5649
+
public final class com/facebook/react/uimanager/events/TouchEvent : com/facebook/react/uimanager/events/Event {
5650
+
public static final field Companion Lcom/facebook/react/uimanager/events/TouchEvent$Companion;
5650
5651
public static final field UNSET J
5651
5652
public fun canCoalesce ()Z
5652
5653
public fun dispatch (Lcom/facebook/react/uimanager/events/RCTEventEmitter;)V
5653
5654
public fun dispatchModern (Lcom/facebook/react/uimanager/events/RCTModernEventEmitter;)V
5654
5655
public fun getCoalescingKey ()S
5655
-
protected fun getEventCategory ()I
5656
5656
public fun getEventName ()Ljava/lang/String;
5657
-
public fun getMotionEvent ()Landroid/view/MotionEvent;
5658
-
public fun getTouchEventType ()Lcom/facebook/react/uimanager/events/TouchEventType;
5659
-
public fun getViewX ()F
5660
-
public fun getViewY ()F
5661
-
public static fun obtain (IILcom/facebook/react/uimanager/events/TouchEventType;Landroid/view/MotionEvent;JFFLcom/facebook/react/uimanager/events/TouchEventCoalescingKeyHelper;)Lcom/facebook/react/uimanager/events/TouchEvent;
5662
-
public static fun obtain (ILcom/facebook/react/uimanager/events/TouchEventType;Landroid/view/MotionEvent;JFFLcom/facebook/react/uimanager/events/TouchEventCoalescingKeyHelper;)Lcom/facebook/react/uimanager/events/TouchEvent;
5657
+
public final fun getMotionEvent ()Landroid/view/MotionEvent;
5658
+
public final fun getTouchEventType ()Lcom/facebook/react/uimanager/events/TouchEventType;
5659
+
public final fun getViewX ()F
5660
+
public final fun getViewY ()F
5661
+
public static final fun obtain (IILcom/facebook/react/uimanager/events/TouchEventType;Landroid/view/MotionEvent;JFFLcom/facebook/react/uimanager/events/TouchEventCoalescingKeyHelper;)Lcom/facebook/react/uimanager/events/TouchEvent;
5662
+
public static final fun obtain (ILcom/facebook/react/uimanager/events/TouchEventType;Landroid/view/MotionEvent;JFFLcom/facebook/react/uimanager/events/TouchEventCoalescingKeyHelper;)Lcom/facebook/react/uimanager/events/TouchEvent;
5663
5663
public fun onDispose ()V
5664
5664
}
5665
5665
5666
+
public final class com/facebook/react/uimanager/events/TouchEvent$Companion {
5667
+
public final fun obtain (IILcom/facebook/react/uimanager/events/TouchEventType;Landroid/view/MotionEvent;JFFLcom/facebook/react/uimanager/events/TouchEventCoalescingKeyHelper;)Lcom/facebook/react/uimanager/events/TouchEvent;
5668
+
public final fun obtain (ILcom/facebook/react/uimanager/events/TouchEventType;Landroid/view/MotionEvent;JFFLcom/facebook/react/uimanager/events/TouchEventCoalescingKeyHelper;)Lcom/facebook/react/uimanager/events/TouchEvent;
5669
+
}
5670
+
5666
5671
public class com/facebook/react/uimanager/events/TouchEventCoalescingKeyHelper {
0 commit comments