SupportedFormatsAdapter

Internal use only.

Constructors

SupportedFormatsAdapter
Link copied to clipboard

Types

FormatInfo
Link copied to clipboard
interface FormatInfo
FormatItemViewHolder
Link copied to clipboard
class FormatItemViewHolder extends RecyclerView.ViewHolder
ItemType
Link copied to clipboard
enum ItemType

Functions

bindViewHolder
Link copied to clipboard
final void bindViewHolder(VH holder, int position)
createViewHolder
Link copied to clipboard
final VH createViewHolder(ViewGroup parent, int viewType)
getItemCount
Link copied to clipboard
abstract int getItemCount()
int getItemCount()
getItemId
Link copied to clipboard
long getItemId(int position)
getItemViewType
Link copied to clipboard
int getItemViewType(int position)
int getItemViewType(int position)
hasObservers
Link copied to clipboard
final boolean hasObservers()
hasStableIds
Link copied to clipboard
final boolean hasStableIds()
notifyDataSetChanged
Link copied to clipboard
final void notifyDataSetChanged()
notifyItemChanged
Link copied to clipboard
final void notifyItemChanged(int position)
notifyItemInserted
Link copied to clipboard
final void notifyItemInserted(int position)
notifyItemMoved
Link copied to clipboard
final void notifyItemMoved(int fromPosition, int toPosition)
notifyItemRangeChanged
Link copied to clipboard
final void notifyItemRangeChanged(int positionStart, int itemCount)
notifyItemRangeInserted
Link copied to clipboard
final void notifyItemRangeInserted(int positionStart, int itemCount)
notifyItemRangeRemoved
Link copied to clipboard
final void notifyItemRangeRemoved(int positionStart, int itemCount)
notifyItemRemoved
Link copied to clipboard
final void notifyItemRemoved(int position)
onAttachedToRecyclerView
Link copied to clipboard
void onAttachedToRecyclerView(RecyclerView recyclerView)
onBindViewHolder
Link copied to clipboard
abstract void onBindViewHolder(VH p, int p1)
onCreateViewHolder
Link copied to clipboard
abstract VH onCreateViewHolder(ViewGroup p, int p1)
onDetachedFromRecyclerView
Link copied to clipboard
void onDetachedFromRecyclerView(RecyclerView recyclerView)
onFailedToRecycleView
Link copied to clipboard
boolean onFailedToRecycleView(VH holder)
onViewAttachedToWindow
Link copied to clipboard
void onViewAttachedToWindow(VH holder)
onViewDetachedFromWindow
Link copied to clipboard
void onViewDetachedFromWindow(VH holder)
onViewRecycled
Link copied to clipboard
void onViewRecycled(VH holder)
registerAdapterDataObserver
Link copied to clipboard
setHasStableIds
Link copied to clipboard
void setHasStableIds(boolean hasStableIds)
unregisterAdapterDataObserver
Link copied to clipboard