public static interface FastScrollRecyclerView.MeasurableAdapter<VH extends ViewHolder>
| Modifier and Type | Method and Description |
|---|---|
int |
getViewTypeHeight(RecyclerView recyclerView,
VH viewHolder,
int viewType)
Gets the height of a specific view type, including item decorations
|
int getViewTypeHeight(RecyclerView recyclerView,
VH viewHolder,
int viewType)
recyclerView - The recyclerView that this item view will be placed inviewHolder - The viewHolder that corresponds to this item viewviewType - The view type to get the height of