public class ReactScrollViewHelper
extends java.lang.Object
| Constructor and Description |
|---|
ReactScrollViewHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
emitScrollEvent(android.view.ViewGroup scrollView,
int scrollX,
int scrollY)
Shared by
ReactScrollView and ReactHorizontalScrollView. |
public static void emitScrollEvent(android.view.ViewGroup scrollView,
int scrollX,
int scrollY)
ReactScrollView and ReactHorizontalScrollView.