Searched defs:contentListState (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/ | ||
| D | DragAndDropTargetState.kt | 206 private val contentListState: ContentListState, constant in DragAndDropTargetStateV1 |
| D | GridDragDropState.kt | 205 private val contentListState: ContentListState, constant in GridDragDropStateV1 |
| D | CommunalHub.kt | 244 val contentListState = rememberContentListState(widgetConfigurator, communalContent, viewModel) in <lambda>() constant |