Package-level declarations
Types
Link copied to clipboard
abstract class AbsAdapter @JvmOverloads constructor(context: Context, groupTitleStyleData: GroupTitleStyleData = GroupTitleStyleData.SOLID) : RecyclerView.Adapter<PickerViewHolder> , AppPickerAdapter, SectionIndexer, LogTag
Abstract base class for RecyclerView adapters used in the SeslAppPickerView. This class provides common functionality for handling data, filtering, and section indexing.
Link copied to clipboard
Adapter interface for the app picker, supporting filtering and binding.
Link copied to clipboard
A DiffUtil.Callback for calculating the difference between two lists of ViewData.
Link copied to clipboard
An adapter for displaying items in a grid layout.
Link copied to clipboard
class HeaderFooterAdapter(wrappedAdapter: AbsAdapter) : RecyclerView.Adapter<PickerViewHolder> , AppPickerAdapter, SectionIndexer
A RecyclerView.Adapter that allows for adding header and footer views to a wrapped adapter.
Link copied to clipboard
This RecyclerView adapter handles different view types for items and group headers. It uses a ComposableFactory to create and manage composable views for items.
Link copied to clipboard
ListUpdateCallback that dispatches update events to the given adapter.