Home
last modified time | relevance | path

Searched refs:isWidgetContent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DContentListState.kt74 if (list[indexToRemove].isWidgetContent()) { in onRemove()
118 fun isItemEditable(index: Int) = list[index].isWidgetContent()
DCommunalHub.kt232 communalContent[index].isWidgetContent() || in <lambda>()
512 enabled = list[index].isWidgetContent(), in CommunalHubLazyGrid()
1351 if (index in list.indices && list[index].isWidgetContent()) list[index].key else null in firstIndexAtOffset()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/model/
DCommunalContentModel.kt162 fun isWidgetContent() = this is WidgetContent method