- onBindViewHolder(RecyclerView.ViewHolder, int) - Method in class com.hannesdorfmann.adapterdelegates4.AbsDelegationAdapter
-
- onBindViewHolder(RecyclerView.ViewHolder, int, List) - Method in class com.hannesdorfmann.adapterdelegates4.AbsDelegationAdapter
-
- onBindViewHolder(List<T>, int, RecyclerView.ViewHolder, List<Object>) - Method in class com.hannesdorfmann.adapterdelegates4.AbsListItemAdapterDelegate
-
- onBindViewHolder(I, VH, List<Object>) - Method in class com.hannesdorfmann.adapterdelegates4.AbsListItemAdapterDelegate
-
Called to bind the RecyclerView.ViewHolder to the item of the dataset
- onBindViewHolder(T, int, RecyclerView.ViewHolder, List<Object>) - Method in class com.hannesdorfmann.adapterdelegates4.AdapterDelegate
-
Called to bind the RecyclerView.ViewHolder to the item of the datas source set
- onBindViewHolder(T, int, RecyclerView.ViewHolder, List) - Method in class com.hannesdorfmann.adapterdelegates4.AdapterDelegatesManager
-
Must be called fromRecyclerView.Adapter#onBindViewHolder(RecyclerView.ViewHolder, int,
List)
- onBindViewHolder(T, int, RecyclerView.ViewHolder) - Method in class com.hannesdorfmann.adapterdelegates4.AdapterDelegatesManager
-
Must be called from RecyclerView.Adapter#onBindViewHolder(RecyclerView.ViewHolder, int,
List)
- onBindViewHolder(RecyclerView.ViewHolder, int) - Method in class com.hannesdorfmann.adapterdelegates4.AsyncListDifferDelegationAdapter
-
- onBindViewHolder(RecyclerView.ViewHolder, int, List) - Method in class com.hannesdorfmann.adapterdelegates4.AsyncListDifferDelegationAdapter
-
- onCreateViewHolder(ViewGroup, int) - Method in class com.hannesdorfmann.adapterdelegates4.AbsDelegationAdapter
-
- onCreateViewHolder(ViewGroup) - Method in class com.hannesdorfmann.adapterdelegates4.AbsListItemAdapterDelegate
-
Creates the RecyclerView.ViewHolder for the given data source item
- onCreateViewHolder(ViewGroup) - Method in class com.hannesdorfmann.adapterdelegates4.AdapterDelegate
-
Creates the RecyclerView.ViewHolder for the given data source item
- onCreateViewHolder(ViewGroup, int) - Method in class com.hannesdorfmann.adapterdelegates4.AdapterDelegatesManager
-
This method must be called in RecyclerView.Adapter#onCreateViewHolder(ViewGroup, int)
- onCreateViewHolder(ViewGroup, int) - Method in class com.hannesdorfmann.adapterdelegates4.AsyncListDifferDelegationAdapter
-
- onFailedToRecycleView(RecyclerView.ViewHolder) - Method in class com.hannesdorfmann.adapterdelegates4.AbsDelegationAdapter
-
- onFailedToRecycleView(RecyclerView.ViewHolder) - Method in class com.hannesdorfmann.adapterdelegates4.AdapterDelegate
-
Called by the RecyclerView if a ViewHolder created by this Adapter cannot be recycled
due to its transient state.
- onFailedToRecycleView(RecyclerView.ViewHolder) - Method in class com.hannesdorfmann.adapterdelegates4.AdapterDelegatesManager
-
Must be called from RecyclerView.Adapter#onFailedToRecycleView(RecyclerView.ViewHolder)
- onFailedToRecycleView(RecyclerView.ViewHolder) - Method in class com.hannesdorfmann.adapterdelegates4.AsyncListDifferDelegationAdapter
-
- onViewAttachedToWindow(RecyclerView.ViewHolder) - Method in class com.hannesdorfmann.adapterdelegates4.AbsDelegationAdapter
-
- onViewAttachedToWindow(RecyclerView.ViewHolder) - Method in class com.hannesdorfmann.adapterdelegates4.AdapterDelegate
-
Called when a view created by this adapter has been attached to a window.
- onViewAttachedToWindow(RecyclerView.ViewHolder) - Method in class com.hannesdorfmann.adapterdelegates4.AdapterDelegatesManager
-
Must be called from RecyclerView.Adapter#onViewAttachedToWindow(RecyclerView.ViewHolder)
- onViewAttachedToWindow(RecyclerView.ViewHolder) - Method in class com.hannesdorfmann.adapterdelegates4.AsyncListDifferDelegationAdapter
-
- onViewDetachedFromWindow(RecyclerView.ViewHolder) - Method in class com.hannesdorfmann.adapterdelegates4.AbsDelegationAdapter
-
- onViewDetachedFromWindow(RecyclerView.ViewHolder) - Method in class com.hannesdorfmann.adapterdelegates4.AdapterDelegate
-
Called when a view created by this adapter has been detached from its window.
- onViewDetachedFromWindow(RecyclerView.ViewHolder) - Method in class com.hannesdorfmann.adapterdelegates4.AdapterDelegatesManager
-
Must be called from RecyclerView.Adapter#onViewDetachedFromWindow(RecyclerView.ViewHolder)
- onViewDetachedFromWindow(RecyclerView.ViewHolder) - Method in class com.hannesdorfmann.adapterdelegates4.AsyncListDifferDelegationAdapter
-
- onViewRecycled(RecyclerView.ViewHolder) - Method in class com.hannesdorfmann.adapterdelegates4.AbsDelegationAdapter
-
- onViewRecycled(RecyclerView.ViewHolder) - Method in class com.hannesdorfmann.adapterdelegates4.AdapterDelegate
-
Called when a view created by this adapter has been recycled.
- onViewRecycled(RecyclerView.ViewHolder) - Method in class com.hannesdorfmann.adapterdelegates4.AdapterDelegatesManager
-
Must be called from RecyclerView.Adapter#onViewRecycled(RecyclerView.ViewHolder)
- onViewRecycled(RecyclerView.ViewHolder) - Method in class com.hannesdorfmann.adapterdelegates4.AsyncListDifferDelegationAdapter
-