ComposeAbstractTabViewHolder.kt |
[RecyclerView.ViewHolder] used for Jetpack Compose UI content .
@param composeView [ComposeView] which will be populated with Jetpack Compose UI content.
@param viewLifecycleOwner [LifecycleOwner] life cycle owner for the view.
|
1956 |
ComposeGridViewHolder.kt |
A Compose ViewHolder implementation for "tab" items with grid layout.
@param interactor [TabsTrayInteractor] handling tabs interactions in a tab tray.
@param store [TabsTrayStore] containing the complete state of tabs tray and methods to update that.
@param composeItemView that displays a "tab".
@param featureName [String] representing the name of the feature displaying tabs. Used in telemetry reporting.
@param viewLifecycleOwner [LifecycleOwner] to which this Composable will be tied to.
|
3590 |
ComposeListViewHolder.kt |
A Compose ViewHolder implementation for "tab" items with list layout.
@param interactor [TabsTrayInteractor] handling tabs interactions in a tab tray.
@param tabsTrayStore [TabsTrayStore] containing the complete state of tabs tray and methods to update that.
@param composeItemView that displays a "tab".
@param featureName [String] representing the name of the feature displaying tabs. Used in telemetry reporting.
@param viewLifecycleOwner [LifecycleOwner] to which this Composable will be tied to.
|
3686 |
ReorderableGrid.kt |
Remember the reordering state for reordering grid items.
@param gridState State of the grid.
@param onMove Callback to be invoked when switching between two items.
@param ignoredItems List of keys for non-draggable items.
@param onLongPress Optional callback to be invoked when long pressing an item.
@param onExitLongPress Optional callback to be invoked when the item is dragged after long press.
|
11709 |
ReorderableList.kt |
Remember the reordering state for reordering list items.
@param listState State of the list.
@param onMove Callback to be invoked when switching between two items.
@param ignoredItems List of keys for non-draggable items.
@param onLongPress Callback to be invoked when long pressing an item.
@param onExitLongPress Callback to be invoked when the item is dragged after long press.
|
11540 |