toggle menu
Litho
androidJvm
switch theme
search in API
litho-widget
/
com.facebook.litho.widget
/
RecyclerBinderAdapter
Recycler
Binder
Adapter
interface
RecyclerBinderAdapter
Members
Functions
find
First
Visible
Item
Position
Link copied to clipboard
abstract
fun
findFirstVisibleItemPosition
(
)
:
Int
find
Last
Visible
Item
Position
Link copied to clipboard
abstract
fun
findLastVisibleItemPosition
(
)
:
Int
get
Item
Count
Link copied to clipboard
abstract
fun
getItemCount
(
)
:
Int
get
Render
Info
At
Link copied to clipboard
abstract
fun
getRenderInfoAt
(
position
:
Int
)
:
RenderInfo