LoadingPosterAdapter

class LoadingPosterAdapter(context: Context, itemCount: Int) : BaseAdapter(source)

Constructors

Link copied to clipboard
constructor(context: Context, itemCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard
open override val count: Int
Link copied to clipboard
open val isEmpty: Boolean
Link copied to clipboard
open val viewTypeCount: Int

Functions

Link copied to clipboard
Link copied to clipboard
open override fun getCount(): Int
Link copied to clipboard
open fun getDropDownView(position: Int, convertView: View?, parent: ViewGroup?): View?
Link copied to clipboard
open override fun getItem(position: Int): Any?
Link copied to clipboard
open override fun getItemId(position: Int): Long
Link copied to clipboard
open fun getItemViewType(position: Int): Int
Link copied to clipboard
open override fun getView(position: Int, convertView: View?, parent: ViewGroup): View
Link copied to clipboard
open fun hasStableIds(): Boolean
Link copied to clipboard
open fun isEnabled(position: Int): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setAutofillOptions(vararg options: CharSequence?)
Link copied to clipboard