toggle menu
ReactAndroid
next
JVM
switch theme
search in API
ReactAndroid
/
com.facebook.react.views.scroll
/
ScrollEvent
/
Companion
Companion
object
Companion
Members
Functions
obtain
Link copied to clipboard
@
JvmStatic
fun
obtain
(
viewTag
:
Int
,
scrollEventType
:
ScrollEventType
?
,
scrollX
:
Float
,
scrollY
:
Float
,
xVelocity
:
Float
,
yVelocity
:
Float
,
contentWidth
:
Int
,
contentHeight
:
Int
,
scrollViewWidth
:
Int
,
scrollViewHeight
:
Int
)
:
ScrollEvent
@
JvmStatic
fun
obtain
(
surfaceId
:
Int
,
viewTag
:
Int
,
scrollEventType
:
ScrollEventType
?
,
scrollX
:
Float
,
scrollY
:
Float
,
xVelocity
:
Float
,
yVelocity
:
Float
,
contentWidth
:
Int
,
contentHeight
:
Int
,
scrollViewWidth
:
Int
,
scrollViewHeight
:
Int
)
:
ScrollEvent