sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.reflect.widget
/
SeslOverScrollerReflector
Sesl
Over
Scroller
Reflector
@
RestrictTo
(
value
=
LIBRARY_GROUP_PREFIX
)
open
class
SeslOverScrollerReflector
(
source
)
Members
Functions
fling
Link copied to clipboard
open
fun
fling
(
@
NonNull
overScroller
:
OverScroller
,
startX
:
Int
,
startY
:
Int
,
velocityX
:
Int
,
velocityY
:
Int
,
minX
:
Int
,
maxX
:
Int
,
minY
:
Int
,
maxY
:
Int
,
isSkipMove
:
Boolean
,
frameLatencyY
:
Float
)
fling2
Link copied to clipboard
open
fun
fling2
(
@
NonNull
overScroller
:
OverScroller
,
startX
:
Int
,
startY
:
Int
,
velocityX
:
Int
,
velocityY
:
Int
,
minX
:
Int
,
maxX
:
Int
,
minY
:
Int
,
maxY
:
Int
,
isSkipMove
:
Boolean
)
set
Smooth
Scroll
Enabled
Link copied to clipboard
open
fun
setSmoothScrollEnabled
(
@
NonNull
overScroller
:
OverScroller
,
enabled
:
Boolean
)
Enables or disables Samsung-specific smooth scrolling behavior on the given
OverScroller
instance.