Package-level declarations
Types
Link copied to clipboard
class AppListItemViewHolder(view: View, val composableType: ComposableType) : PickerViewHolder, Inducible
A PickerViewHolder responsible for displaying an item in a list of applications in linear layout. This ViewHolder dynamically inflates and manages different composable parts (icon, title, etc.) based on the provided ComposableType.
Link copied to clipboard
Represents a frame view holder for use as Header or Footer.
Link copied to clipboard
ViewHolder for a grid item that includes a checkbox for selection.
Link copied to clipboard
ViewHolder class for displaying a grid item with a remove icon. This class extends GridViewHolder and adds functionality for showing a remove icon.
Link copied to clipboard
ViewHolder for displaying items in a grid layout.
Link copied to clipboard
PickerViewHolder for group titles in a picker.
Link copied to clipboard
A generic RecyclerView.ViewHolder for picker items.