restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun AnimatedBanner( stable visible: Boolean stable title: String stable body: String stable dismissText: String stable onDismiss: Function0 stable action: String stable onAction: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun AnimatedBanner( stable visible: Boolean stable content: Function2 stable buttons: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun BannerTextButton( stable text: String stable onClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SearchBar( stable modifier: Modifier? = @static Companion stable text: String stable onTextChange: Function1 stable placeHolder: String stable onCloseClicked: Function0 stable onSearchClicked: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CheckableIconRow( stable icon: ImageVector stable tint: Color stable text: String stable selected: Boolean stable onClick: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun CheckableIconRow( stable icon: ImageVector stable tint: Color stable selected: Boolean stable onClick: Function0 stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CollapsibleRow( stable text: String stable collapsed: Boolean stable onClick: Function0 ) restartable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun SearchableFilterPicker( unstable filters: List stable query: String stable onQueryChange: Function1 selected: Filter? stable onClick: Function1 stable getIcon: Function3 stable getColor: Function1 ) fun isDark( stable : ColorScheme ): Boolean restartable skippable scheme("[0, [0]]") fun TasksTheme( stable theme: Int = @static 5 stable primary: Int = @static -14575885 stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SearchBarPreviewPlaceholder() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SearchBarPreviewSearching() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun FilterPickerPreview()