sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.view
/
ViewCompatTest
/
NestedScrollingChild3Impl
Nested
Scrolling
Child3Impl
abstract
class
NestedScrollingChild3Impl
:
ViewCompatTest.NestedScrollingChild2Impl
,
NestedScrollingChild3
(
source
)
Members
Constructors
Nested
Scrolling
Child3Impl
Link copied to clipboard
constructor
(
context
:
Context
)
Functions
dispatch
Nested
Scroll
Link copied to clipboard
open
fun
dispatchNestedScroll
(
dxConsumed
:
Int
,
dyConsumed
:
Int
,
dxUnconsumed
:
Int
,
dyUnconsumed
:
Int
,
@
Nullable
offsetInWindow
:
Array
<
Int
>
,
type
:
Int
,
@
NonNull
consumed
:
Array
<
Int
>
)
Dispatch one step of a nested scroll in progress.