public interface ViewportInfo
androidx.recyclerview.widget.RecyclerView
's current visible views position and the total number
of items in its androidx.recyclerview.widget.RecyclerView.Adapter
.Modifier and Type | Interface and Description |
---|---|
static interface |
ViewportInfo.State |
static interface |
ViewportInfo.ViewportChanged
Implement this interface to be notified of Viewport changes from the
Binder |
Modifier and Type | Method and Description |
---|---|
int |
findFirstFullyVisibleItemPosition() |
int |
findFirstVisibleItemPosition() |
int |
findLastFullyVisibleItemPosition() |
int |
findLastVisibleItemPosition() |
int |
getItemCount() |
int findFirstVisibleItemPosition()
int findLastVisibleItemPosition()
int findFirstFullyVisibleItemPosition()
int findLastFullyVisibleItemPosition()
int getItemCount()