toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.widget
/
LinearRecycleViewLayoutManager
Linear
Recycle
View
Layout
Manager
class
LinearRecycleViewLayoutManager
(
val
context
:
Context
,
val
nextFocusUp
:
Int
,
val
nextFocusDown
:
Int
)
(
source
)
Members
Constructors
Linear
Recycle
View
Layout
Manager
Link copied to clipboard
constructor
(
context
:
Context
,
nextFocusUp
:
Int
,
nextFocusDown
:
Int
)
Properties
context
Link copied to clipboard
val
context
:
Context
next
Focus
Down
Link copied to clipboard
val
nextFocusDown
:
Int
next
Focus
Up
Link copied to clipboard
val
nextFocusUp
:
Int
Functions
on
Intercept
Focus
Search
Link copied to clipboard
open
fun
onInterceptFocusSearch
(
focused
:
View
,
direction
:
Int
)
:
View
?