ActorAdaptor

class ActorAdaptor(nextFocusUpId: Int? = null, focusCallback: (View?) -> Unit = {}) : RecyclerView.Adapter<RecyclerView.ViewHolder>

Constructors

Link copied to clipboard
constructor(nextFocusUpId: Int? = null, focusCallback: (View?) -> Unit = {})

Types

Link copied to clipboard
data class ActorMetaData(var isInverted: Boolean, val actor: ActorData)

Functions

Link copied to clipboard
Link copied to clipboard
open override fun getItemCount(): Int
Link copied to clipboard
open fun getItemId(p0: Int): Long
Link copied to clipboard
open fun getItemViewType(p0: Int): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun notifyItemMoved(p0: Int, p1: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun onBindViewHolder(holder: RecyclerView.ViewHolder, position: Int)
Link copied to clipboard
open override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): RecyclerView.ViewHolder
Link copied to clipboard
Link copied to clipboard
open fun setHasStableIds(p0: Boolean)
Link copied to clipboard
fun updateList(newList: List<ActorData>)